TOKEN RENEWAL
Endpoints
Update API Token
POST /auth/token-renew
Description: Renews the expired API token, sending a new token for use.
Query Parameters
tokenrequiredstring
Body
secretrequiredstring
Responses:
202 Created: Token successfully renewed.401 Unauthorized: Unauthorized.