Token Error

Error response due to an access token mismatch.

{
    "success": false,
    "errors": [
        {
            "code": 211
            "message": "invalid token credentials"
        }
    ]
}

Last updated