Obtain client access tokens for API authorization when needed (see Authentication). Click Try it from the API explorer below to generate access tokens directly from the docs. You can then use these tokens to run API requests in this API reference.
Retrieve an access token to authorize your API request. Note: this endpoint is the same as cis/oidc/token
.
client_id=string&client_secret=string&grant_type=client_credentials&resource=https%3A%2F%2Fverify.identity.security
{- "access_token": "string",
- "token_type": "string",
- "expires_in": 3600,
- "scope": "string"
}