Skip to content

Refresh access token using a refresh token

POST
/auth/refresh

Authorizations

api-key
Type
API Key (header: x-api-key)

Request Body

application/json
JSON
{
  
"refreshToken": "string"
}

Responses

Playground

Server
Authorization
Body

Samples