Listing
Validate a domain's releases.json and preview its listing
Fetches https://{domain}/.well-known/releases.json live (HTTPS-only, 64KB, 5s), validates it against the v2 manifest schema, and returns a preview: identity, products, and per-locator classification, plus whether the domain is already listed. Public and anonymous; rate limited.
post/listing/validate
Request body
Response
ListingValidationResult
Changes
Changed in 2 of the 5 revisions of this API.11
- ○
added the media type
application/jsonfor the response with the status404response-media-type-added
- ○
- ●
added the new
too_largeenum value to theerror/typeresponse property for the response status429response-property-enum-value-added
- ●