Skip to main content
POST
Refresh an existing access token

Body

application/json

Request body

refresh_token
string
required

The refresh token obtained from a previous token request

Example:

"refresh_token_abc123"

Response

Success

success
boolean
required

Indicates if the request was successful

Example:

true

data
object
required