Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Error codeError MessageDescriptionExample
400
Bad RequestThe server cannot process the request due to an error in the request sent by the clientInvoke API resource with an invalid request formatĀ 
700700
API blockedThis API has been blocked temporarily. Please try again later or contact the system administrators.Invoke an API which is in "BLOCKED" lifecycle state
900800
Message throttled outThe maximum number of requests that can be made to the API within a designated time period is reached and the API is throttled for the user.Invoke an API exceeding the tier limit
900801
Hard Limit ExceededHard throttle limit reachedInvoke an API exceeding hard throttle limit
900900

Unclassified Authentication Failure

An unspecified error has occurredBackend service for key validation is not accessible when trying to invoke an API
900901

Invalid Credentials

Invalid Authentication information providedUsing an older access token while access token has been renewed.
900902

Missing Credentials

No authentication information providedAccessing an API without "Authorization: Bearer" header
900905

Incorrect Access Token Type is provided

The access token type used is not supported when invoking the API. The supported access token types are application and user accesses tokens. See Access Tokens.

Invoke API with application token, But the resource is only allows application user tokens
900906

No matching resource found in the API for the given request

A resource with the name in the request can not be found in the API.Invoke an API resource which is not available
900907

The requested API is temporarily blocked

The status of the API has been changed to an inaccessible/unavailable state.Invoke API resource with a subscription which has been blocked in the API publisher
900908

Resource forbidden

The user invoking the API has not been granted access to the required resource.Invoke an unsubscribed API
900909

The subscription to the API is inactive

Happens when the API user is blocked.Invoke an API resource with a subscription which has not yet approved by the administrator.
900910

The access token does not allow you to access the requested resource

Can not access the required resource with the provided access token. Check the valid resources that can be accessed with this token.

Invoke API resource with an access token which is not generated to be used with resource's scope.

...