RESTful APIs
Sinch Contact Pro supports OAuth 2.0 based authentication for RESTful APIs. The authentication is based on either SAML or OpenID Connect so you need to use your own identity provider (IdP).
Prerequisites
You've set up Single Sign-On (SSO).
To use stronger authentication for RESTful APIs:
-
Create a service request to Sinch and include in it:
-
Your tenant ID
-
Allowed callback URL
-
Allowed sign-out URL
-
Allowed origin (CORS)
-
-
For a sample application, open API consumer demo
. It shows how Sinch Contact Pro APIs can be used from a browser with SSO-based strong authentication.