Create an API client
In the dashboard, open Organization and then API.- The client ID is prefixed
ti_client_and is safe to log. - The client secret is shown once, at creation time, and cannot be retrieved afterwards. To replace a secret, create a new client and delete the old one.
- Creating a client requires an active subscription on the Starter plan or above.
- A client can be blocked and unblocked from the same screen. A blocked client cannot obtain new tokens, and answers exactly like an unknown one so a caller cannot tell the two apart.
Get a token
Authorization: Bearer <access_token>. The full request and
response reference, along with the failure codes, lives on
POST /oauth/token.
Scopes
You choose a client’s scopes when you create it, in the dashboard.
Grant the narrowest set that does the job. A token missing the scope an endpoint requires answers
403 Forbidden.