Skip to main content
GET
Refresh access token.
Refresh an expired access token using a valid refresh token to maintain authenticated access to the API.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

success
boolean
Example:

true

message
string
Example:

"ok"

data
object