Skip to main content
POST
Refresh token

Refresh Token

This endpoint refreshes your access token using a valid refresh token.

Request Body

You must provide a valid refresh token to obtain a refreshed access token.

Authorizations

Authorization
string
header
required

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

Body

application/json
refresh
string
required

Response

Token refreshed successfully

access
string