It is possible to use the OAuth Client Credentials flow to authenticate with the Verifiable API. In order to use this flow, you must use the client ID and a client secret from Verifiable. You must send the client credentials along with the grant type client_credentials in a URL-encoded format.
Success
Bad Request
Unauthorized
Forbidden
Server Error
client_id=5b3fa7ba-57d3-4017-a65b-d57dcd2db643&client_secret=string&grant_type=string
{- "access_token": "string",
- "token_type": "string",
- "expires_in": 0
}