Skip to main content

400

The 400 Bad Request error indicates a problem with the request body.

This error comes with two properties. The first one is the message, which briefly describes the problem. The second one is errors, which have a more detailed description of what is wrong with the request body.

Example error:

400 Forbidden
{
"message": "Invalid request body",
"errors": "[object has missing required properties ([\"operation\"])]"
}

Errors regarding the creation process once the request is validated are not visible in the response. Please refer to Request tracking to know how to access those errors.