CINC API

Setup and Authentication

The CINC API uses OAuth2 to authenticate requests. Each client will be provided with a Client ID and a Client Secret which will be used to obtain your bearer token needed for OAuth2.

Retrieving Bearer Token

In order to obtain a bearer token, an initial call to our Identity Server must be made. https://identity.cincsys.com/connect/token

Parameters to pass:

  • Client ID

  • Client Secret

  • Scope: If not passed, will use default scope of "All"

The bearer token will expire in 60 minutes and a refresh token can be obtained. Example of retreiving bearer token using Postman.