post https://api.fonestorm.com/v2/auth/refresh
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
| Property | Type | Description |
|---|---|---|
| authorization | object | Authorization object. |