API Authentication
Refresh Auth Token
Refreshes an expired access token using a valid refresh token.
POST
This endpoint as well as /api/token
will be used in tandem to provide authentication to all of our public endpoints.
Body
application/json
Refresh token for generating new access token
The body is of type object
.
Response
200
application/json
Authentication tokens refreshed successfully
The response is of type object
.