POST
/
api
/
v1
/
auth
/
refresh
{
  "access_token": "<string>",
  "refresh_token": "<string>",
  "token_type": "bearer",
  "expires_in": 123
}

Refresh your access token using a valid refresh token.

  • Method: POST
  • Path: /api/v1/auth/refresh

Request Body

Refer to the RefreshTokenRequest schema in the OpenAPI playground.

Response

Returns a new Token object on success.

Body

application/json

Response

200
application/json

Successful Response

The response is of type object.