Skip to main content
POST
Refresh Access Token

Authorizations

Authorization
string
header
required

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

Headers

X-Device-Fingerprint
string

Unique device hardware fingerprint hash. Required if not passed in the request body.

Body

application/json
refresh_token
string
required

Long-lived refresh JWT.

Example:

"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.refresh..."

fingerprint
string

Hardware fingerprint signature. Required if the X-Device-Fingerprint header is missing.

Example:

"a6829d10e83b1"

Response

Tokens refreshed successfully.

success
boolean
Example:

true

data
object
Last modified on July 12, 2026