token_expired
HTTP 401 Token has expired
What happened
The token you sent was valid once, but the expiry date chosen when it was issued has passed. Nothing else is wrong with it - the project, the scope and the permissions are unchanged.
What to do
Issue a new token in the client area and update the caller's configuration. If your process cannot renew a token on its own, issue the replacement without an expiry date.
Retrying
Repeating this request will not help.
How it arrives
{
"type": "https://docs.fiberax.com/errors/token_expired",
"title": "Token has expired",
"status": 401,
"code": "token_expired",
"request_id": "a277dcd1ca652c65"
}
Branch your code on code, never on the wording of title.