Skip to main content
POST
Refresh access token

Body

application/json
refreshToken
string
required

The refresh token obtained from /oauth/token

Example:

"AMf-vBx..."

Response

Refreshed Token Response

accessToken
string

New JWT access token for API authentication

Example:

"eyJhbGciOiJSUzI1NiIsImtpZCI6..."

expirationTime
number

New token expiration timestamp

Example:

1717702808582

expiresIn
number

Time until token expiration in milliseconds

Example:

3600000

tokenType
string

Type of token (always Bearer)

Example:

"Bearer"

refreshToken
string

New refresh token (may be rotated)

Example:

"AMf-vBx..."