v3

latestOpenAPI 3.1.02026-07-31550239.5 KB
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