Refresh an expired JWT.
Headers
Name | Value |
---|---|
Authorization | Bearer {refresh_token} |
Request
Empty Body
Response
Name | Value |
---|---|
token | String. The JWT for all requests. |
expires | String. The expiration timestamp for the token, in format YYYMMDDHHMMSS, UTC. |
userId | Int. Your unique ID as a registered user. |
Status Code
Code | Comment |
---|---|
200 | User authenticated and token created(refreshed). |
401 | User not authorized. |