S
Sinch Access Keys Management API
Details
- URL
-
https://account.api.sinch.com - Docs
- https://developers.sinch.com/docs/accesskeys/api-reference
Authentication
Authorization: Bearer <credential> First create a project access key in the Sinch Build Dashboard. Then exchange the Key ID and Key Secret for a bearer token at `https://auth.sinch.com/oauth2/token` with grant_type=client_credentials. The returned access_token is typically valid for one hour and is sent as Authorization: Bearer ... on supported APIs.
Authorization: Basic <credential> In the Sinch Build Dashboard, open Access keys and click Create Access Key. Save the Key ID, Key Secret, and associated project ID; the Key Secret is only shown at creation time. These credentials can be used directly with HTTP Basic auth for testing, or exchanged at `https://auth.sinch.com/oauth2/token` using the client_credentials grant to obtain a short-lived bearer token.