get_partner_kit
Fetch a specific API kit by its ID to get structured endpoints, webhook events, and sample payloads for building integrations.
Instructions
Fetch one API kit by kitId from the /api/v1/kits catalog (structured endpoints, webhook events, sample payloads). Requires a platform API key. Read-only or local operation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kitId | No | Catalog kit id, e.g. retail_order_lifecycle. | |
| partnerId | No | Alias for kitId when your workflow names the kit as a partner preset id. |