post https://example.com/api-ext/domain//token
This service uses The OAuth 2.0 Authorization Framework to enable a third-party application to obtain limited access to the service's data. Currently, the service only supports the OAuth 2.0 protocol client_credentials
grant type.
The Authorization
header in this request must use the HTTP Basic
authentication scheme, using the client_id
and client_secret
that were provisioned by Cogito. Alternatively, the client_id
and client_secret
may be included in the request body.
The API's response will include a Bearer
access token property that can be used in the Authorization
header of subsequent API requests.