Here’s how to authenticate your requests to the API.
Before you start using the API, you will need to obtain an API Token. This token is used to authenticate your requests to the API in order to access its features.
Copy
Authorization: "ttsm_12345-abcdef"
The Authorization field above must be included in the Header of all requests to the API.
You can reset your API token at any time by clicking the Reset Token icon next to the field where your token is displayed.This will invalidate your old token and generate a new one. You will need to update your requests with the new token.