enterprise-api

verification_listing-not-eligible

Listing Not Eligible

Type
https://problems.atlas.propertyfinder.com/verification-listing-not-eligible/
HTTP status
422 Unprocessable Entity
Retryable
No
Detail
The listing is not eligible for submission.

What to do

Review the listing's eligibility for verification before retrying. You can check for details via Listing eligibility check endpoint.

Example response

An HTTP 422 application/problem+json response:

{
  "type": "https://problems.atlas.propertyfinder.com/verification-listing-not-eligible/",
  "title": "Listing Not Eligible",
  "status": 422,
  "code": "verification_listing-not-eligible",
  "detail": "The listing is not eligible for submission."
}

Back to error catalog