TEOS API references

circle-info

Check Versioning concept and start trying out TEOS API

Common request parameters

Most of the TEOS API calls require the authentication header: Bearer token.

OData query builder syntaxarrow-up-right can be used for most of the TEOS API requests, swagger documentation provides explicitly the info about the methods that are already odata-compatible, and which are not.

triangle-exclamation
circle-exclamation

Examples of TEOS API calls

Test scripts made for postmanarrow-up-right can be found in TEOS API Github Repositoryarrow-up-right. Contact CoreLedger support if you don't have access to it.

Asynchronous processing of OData Actions and writing verbs

All changes to the blockchain state take more time than the usual synchronous request timeouts allow. Therefore, according to OData Standard Point 11.6arrow-up-right, all exposed actions and writing http verbs are executed asynchronously and return Code 202 Accepted with the transaction ID even when the client does not specify respond-async in the request.

Last updated

Was this helpful?