Error handling

Error messages returned in the response of an API operation are self-explanatory and should be sufficient to resolve issues.

The following table provides guidance for resolving some of the common HTTP codes that you may encounter:

Response

Cause

Resolution

400 Bad Request

One or more of the specified parameters is not valid.

Fix incorrect parameters in the URL.

401 Unauthorized

Authentication is required and has failed.

Fix incorrect authorization parameters in the URL.

500 Internal server error

Internal server error.

Contact your system administrator.