Authorization Token
{ "message": "The authorization token was not provided" }{ "message": "The authorization token was malformed" }{ "message": "The authorization token has expired" }{ "message": "The signature in the authorization token was invalid" }{ "message": "The expiration timestamp of the authorization token in UTC must be less than 30 seconds from the issued-at time" }{ "message": "The public key of the client was not found" }{ "message": "The authorization token was issued for future timestamp" }{ "message": "Invalid API key was provided" }{ "message": "Unable to verify the authorization token due to an internal processing error" }{ "message": "Missing parameters in the authorization token, must contain uri, nonce, iat, exp and sub" }{ "message": "API path has not matched with the request URI specified in the Authorization token" }{ "message": "Payload hash in the authorization token has not matched with the API payload" }
Last updated