User

Refresh a token

The endpoint takes a refresh token as a parameter and returns a new access token

get/api/v1/user/access-token

Query parameters

refresh_tokenstring required

Response

Access Token

access_tokenstring required
refresh_tokenstring required

Example response

{
  "access_token": "eyJasdasd",
  "refresh_token": "eyJasdasdasd"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.