Skip to main content
POST
Refresh Token
Obtain a new access token using a valid refresh token.

Body

refresh_token
string
required
Valid refresh token

Response

access_token
string
New JWT access token
refresh_token
string
New refresh token
token_type
string
Token type (typically “bearer”)

Body

application/json
refresh_token
string
required

Response

Successful Response

access_token
string
required
token_type
string
required
refresh_token
string | null