API¶
Access Orchestra Data Collection using API.
How to get API key¶
Go to the Data Collection platform at dc.orchestra.cthings.co and log in.
Do not have an account?
Follow the guide How to Get Orchestra.
After logging in, go to the
/api-key
route (dc.orchestra.cthings.co/api-key).

In this endpoint a new API key will be created and returned in the response. It will have the same permissions as the token of the logged in user that you created it with.

Important
Please save the key since it won’t be possible to retrieve it later. Every time you enter that page, a new API key will get created.
Usage¶
API key authorization is conducted by sending header x-api-key: <API_KEY>
.
Documentation¶
Documentation of the Core API of the Orchestra Data Collection application.