Orgs

Resolve an org-scoped slug to a product or source

Product-first: returns { kind: "product", product } when a product owns the slug, else { kind: "source", source } for a source, else 404. One round trip for the bare /[org]/[slug] web route (#1190).

get/orgs/{org}/resolve/{slug}

Path parameters

orgstring required

Organization slug or org_… ID.

slugstring required

Org-scoped product or source slug to resolve (product-first).

Response

Discriminated product or source detail

OR

Changes

Changed in 1 of the 5 revisions of this API.1

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

      response-property-enum-value-added