enterprise-api

common_http_400-bad-request

Bad Request

Type
https://problems.atlas.propertyfinder.com/common-http-400-bad-request/
HTTP status
400 Bad Request
Retryable
No
Detail
The request could not be understood by the server.

What to do

Correct the request and resend. See the errors array for field-level details.

Example response

An HTTP 400 application/problem+json response:

{
  "type": "https://problems.atlas.propertyfinder.com/common-http-400-bad-request/",
  "title": "Bad Request",
  "status": 400,
  "code": "common_http_400-bad-request",
  "detail": "The request could not be understood by the server."
}

Back to error catalog