Using an Expired Token
If you make a request against the API using an expired token you will receive a response similar to the following example.
{
"status": 401,
"message": "Token has expired",
"error_code": 11,
"timestamp": 1558040517021,
}
Updated 9 months ago