Products
List products
Returns the paginated {items, pagination} envelope. Filter by ?orgId= to scope to one org. Filter by ?kind= to narrow to a specific entity kind.
get/products
Query parameters
orgIdstring
Scope results to one organization by ID.
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.1
- ●
added the new
too_largeenum value to theerror/typeresponse property for the response status400response-property-enum-value-added
- ●