API Documentation

GET /subscribers/refresh

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 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.