Request an Access Token

Use this endpoint to get an access token for a user or client.

You can only use one authentication method per request — pick the one that fits your use case:

  • For users: Authenticate with username, password, and grantType = password.
  • For machine-to-machine (M2M): Use clientId, clientSecret, and set grantType = client_credentials.
Language
Click Try It! to start a request and see the response here!