Using TEOS API
HTTP
All data transfers conform to HTTP/1.1, and all endpoints require HTTPS. Because the TEOS API and all additional APIs are HTTP-based, they work with any language that have an HTTP library, such as cURL and urllib. This means you can use the TEOS API and additional APIs directly in your browser. For example, requesting this URL of the TEOS API in your browser...
https://teosapi.coreledger.net/odata/v0.9/$metadata
... is equivalent to performing this cURL request:
Versions
The TEOS API has multiple versions. You can read more about versioning in Versioning, but here we'll explain how you make a call to a specific version.
It's really simple — just build your query with the endpoint containing necessary version. For example, here's a call to version 0.8:
In the TEOS API changelog you can find all available versions. Our Reference docs allow you to filter content by version.
Last updated
Was this helpful?