Skip to main content
Version: Early Access

HTTP Error Codes - 400 Bad Request

A 400 status code is the most common error, resulting from a request that could not be processed by the API. The Error Message will identify the specific problem, and there may be Exception elements that give very detailed information. The usual causes of this error are:

  • An invalid parameter on the query string.
  • An invalid payload on a POST request.

Platform concepts