Published at 2025-09-09
Changes to the API since April 2025.
GET /listings/{listing_id}/checks
- The API helps identify both current issues (errors
) that may prevent operations on listings (e.g. update listing information, publish, or other), future concerns (warnings
) that may become relevant as the API evolves (e.g. new requirements in the listing publication flow), and other issues that cannot be reported as strict errors.
This API is intended to support proactive validations, enabling broker systems to monitor the status of their listings and prepare for upcoming changes in validation requirements.
To read more about the API, check the full documentation.