v1

latestOpenAPI 3.0.32026-07-24235275.4 KB
Access Token

Access Token

Make a call to this endpoint to exchange a temporary authorization code for an access token.

post/authorization-codes/tokens

Response

Token generated

access_tokenstring

a provisioned token associated with the company application

id_tokenstring

a provisioned id token associated with the company application

token_typestring

a type of the token

Example response

{
  "access_token": "riSm9jz2Tq2XKO8ZqS1+CJg8tOJ8cALn19zRlQc9s1",
  "id_token": "riSm9jz2Tq2XKO8ZqS1+CJg8tOJ8cALn19zRlQc9s1",
  "token_type": "Bearer"
}