Authenticate

Authenticates the provided credentials and allows access to the public API.

Required Permission(s)

  • Application user must be associated to an API Access Policy API registration and must belong to a user group with necessary permissions

Request Body details

  • Request must have content type application/x-www-form-urlencoded
  • Request format: grant_type=client_credentials&client_id=[user-client-id]&client_secret=[user-client-secret]

Response Body

  • Response format = {"access_token": "string", "expires_in": 0, "token_type": "Bearer", "scope": "string"}
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Form Data

Request containing client information

string | null
Defaults to client_credentials

Must be client_credentials

string | null

User client ID

string | null

User client secret

Responses

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