Products

List an organization's products

Org-scoped product list — the canonical nested form of GET /products?orgId=. :slug accepts an org slug or org_… id. Returns the paginated {items, pagination} envelope. Filter by ?kind= to narrow to a specific entity kind (direct match on the product's own kind).

get/orgs/{slug}/products

Path parameters

slugstring required

Organization slug or org_… id.

Query parameters

kind'platform' | 'sdk' | 'mobile' | 'desktop' | 'docs' | 'integration' | 'tool'

Filter by entity kind. Direct match on the row's own kind — no inheritance from a parent. One of: platform, sdk, mobile, desktop, docs, integration, tool.

Response

Products list

Changes

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

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

      response-property-enum-value-added

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

      response-property-enum-value-added