To authorize your requests to Terrene's API, accompany your HTTP request with an authorization header of the following format
$ Authorization: INTERNAL <Autorization Token>
Your authorization token is unique to your Terrene instance. To find out the authorization token for your instance, please contact [email protected]
Once you have figured out your Authorization token, you can do the following to get a list of TFrames as an example:
curl 'https://<your-domain>.api.terrene.co/tframes/' -H 'Authorization: INTERNAL <Autorization Token>'
Your API endpoint address is unique to your Terrene instance. To find out the API endpoint for your instance, please contact [email protected]