/token

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

The token endpoint allows your client to authenticate itself, in turn receiving an OAuth2 access token. This token can be used to access all of the API calls listed in this section. For more information on the flow required, please see the Authentication section of the documentation.

📘

Client Credentials

For authentication, you will need to retrieve your client ID, secret, and redirect URI from AXN Admin. You must get the details for the specific RP Service you are trying to access. For more information, please see the section on managing verification services in AXN Admin.

Query Params
string
Defaults to client_credentials

Sets the request for 2 Leg Oauth2 request.

Headers
string
Defaults to Basic <BASE64(CLIENTID:CLIENTSECRET)>

Basic authentication format using your client ID and client secret from AXN Admin.

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json