S

Sinch Access Keys Management API

REST discovered

Details
URL
https://account.api.sinch.com
Docs
https://developers.sinch.com/docs/accesskeys/api-reference
Authentication
Sinch OAuth 2.0 access token oauth2_cc discovered Set up OAuth ↗
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.

Sinch access key (Key ID + Key Secret for a project) compound discovered Get key ↗
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.