S
Sinch Conversation API
Details
- URL
-
https://us.conversation.api.sinch.com/v1/projects/{projectId} - Docs
- https://developers.sinch.com/docs/conversation/getting-started
Authentication
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.
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.