Refresh Auth Token

Refresh an authentication token.

Notes

A successful call to this endpoint will return an HTTP status code of 201 Created and an Authorization object in a JSON response.

An unsuccessful call (due to an incorrect user name or password) will return an HHTP status code of 401 Unauthorized.

Using this endpoint you can refresh/renew a token for max 24 hours. This endpoint will return a new authentication token.

Response Properties
PropertyTypeDescription
authorizationobjectAuthorization object.
Language
Authorization
Header
Click Try It! to start a request and see the response here!