Skip to main content

Effective 10 September 2024, API Documentation can be found on our Equinix Product Documentation site.
The content on this page will not be updated after 1 Oct 2024 and will be inaccessible after 31st Dec 2024.


400: Bad Request

The 400 (Bad request) status code indicates that the server cannot process the request due to something that is perceived as a client error (for example, a malformed request syntax, invalid request message framing, or deceptive request routing).

Code400
DescriptionValidation Error.
Generic CauseMalformed request due to field or business validation.
Quick FixEnsure that the payload sent adheres to the parameter requirements.

There are different types of Validation errors and this section provides sample scenarios with validation errors as well as tips on how to identify them.