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

domainstring required

Response

ListingValidationResult

Changes

Changed in 2 of the 5 revisions of this API.11

    • added the media type application/json for the response with the status 404

      response-media-type-added

    • added the new too_large enum value to the error/type response property for the response status 429

      response-property-enum-value-added