enterprise-api

listings_invalid-id-format

Invalid Listing ID Format

Type
https://problems.atlas.propertyfinder.com/listings-invalid-id-format/
HTTP status
400 Bad Request
Retryable
No
Detail
The listing ID must be a valid 26-character Crockford base32 string.

What to do

Provide a valid 26-character Crockford base32 listing ID.

Example response

An HTTP 400 application/problem+json response:

{
  "type": "https://problems.atlas.propertyfinder.com/listings-invalid-id-format/",
  "title": "Invalid Listing ID Format",
  "status": 400,
  "code": "listings_invalid-id-format",
  "detail": "The listing ID must be a valid 26-character Crockford base32 string."
}

Back to error catalog