This API requires authentication using a bearer token. You must send an authentication request with the following fields in the request body (authentication token URL can be found on the applications page of the portal):
The authentication request will return an access_token. Include the access_token in the Authentication header as a bearer token when making requests to the API.All applications consuming business critical APIs must include retry logic.
| Key | Value |
|---|---|
| grant_type | client_credentials |
| scope | openid |
| client_id | can be found on the Applications page of the portal |
| client_secret | can be found on the Applications page of the portal |
