Get Bearer Token

OAuth2 Token endpoint supporting multiple grant types:

Password Grant Flow:

  • Set grant_type=password
  • Provide username and password
  • Requires Basic Auth with client_id and client_secret

Refresh Token Flow:

  • Set grant_type=refresh_token
  • Provide refresh_token
  • Requires Basic Auth with client_id and client_secret
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Form Data

Form data for OAuth2 token request

OAuth2 Token Request - supports both password and refresh_token grant types

string
enum
required

Grant type: 'password' for user credentials, 'refresh_token' for token refresh

Allowed:
string

User's login username (required for password grant)

string

User's login password (required for password grant)

string

Refresh token (required for refresh_token grant)

Responses

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