Listing

Activate an instant stub listing for an unlisted domain

Re-validates https://{domain}/.well-known/releases.json server-side, then creates a stub org (basis: declared) for an unlisted domain. Already-stub domains take no write except an optional tracking-request stamp; tracked domains 409 with the org pointer. Public and anonymous; rate limited per IP and per domain.

post/listing/activate

Request body

domainstring required
requestTrackingboolean

Response

Existing stub; tracking stamp updated (ListingActivateResult)

Changes

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

    • 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 400

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added