Required permission: read_kit_templates
Returns a paginated list of kit templates for the organization. Supports filtering by client and kit product, and free-text search on the kit template name.
All filter parameters are optional. When no filters are provided, all kit templates accessible to the API key are returned. Client-level API keys are automatically scoped to their client; organization-level API keys may optionally scope results to a single client they own via client_id.
This endpoint uses cursor-based pagination. Use the next_cursor value from a response in the cursor parameter of the next request to fetch the following page; has_next_page indicates whether more results remain. For performance, this endpoint does not return total or filtered result counts.
Example use cases:
- Get all kit templates:
GET /kit-templates - Get kit templates for a client:
GET /kit-templates?client_id=123 - Get kit templates for a kit product:
GET /kit-templates?product_id=456 - Search kit templates by name:
GET /kit-templates?search_value=starter
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
