Skip to main content
POST
Get token

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

client_id
string
required
grant_type
enum<string>
required
Available options:
password
username
string
required
password
string
required
x-otp-code
string

Response

Ok

access_token
string
required

The access token to use in authenticated requests

expires_in
number | null
required

Access token expiration in seconds

token_type
enum<string>
required
Available options:
Bearer
refresh_token
string

Refresh token to get a new access token Never expires and provided only when grant_type=password