Skip to main content
POST
Refresh Token

Body

application/json

Request to refresh access token.

refresh_token
string
required

Refresh token

Maximum string length: 2048

Response

Successful Response

Token pair response.

access_token
string
required
refresh_token
string
required
expires_in
integer
required

Access token expiration in seconds

token_type
string
default:bearer