OAuth2.0 endpoint

This endpoint is used for authorization and obtaining an OAuth2.0 access token.

It supports the following grant types:

  • client_credentials: Used when the client needs to authenticate itself without involving a user, typically for machine-to-machine communication.
  • refresh_token: Used to obtain a new access token by providing a previously obtained refresh token, helpful when the access token expires.
  • password: Used when a user provides their username and password to authenticate and obtain an access token.
  • mfa-oob: Multi-factor authentication via out-of-band methods, such as a mobile app or hardware device, for enhanced security.
  • mfa-otp: Multi-factor authentication using a one-time password (OTP) sent to a user’s phone or email as a second authentication factor.
  • mfa-u2f: Multi-factor authentication using a Universal 2nd Factor (U2F) device, such as a security key, for additional protection.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Authentication request

Authentication request using client credentials.

string

Audience for the authentication request.

string
enum
required

Defines the authentication method used in the request.

Allowed:
string

Scope of access requested for authentication.

string
required

OAuth2 client ID assigned to the partner.

string
required

OAuth2 client secret assigned to the partner.

Responses

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