List available kits
API Reference
List available kits
Return the externally accessible kits for the calling API key.
GET
List available kits
List available kits
Notes
- The response always includes
kitsandtotal. - A
200with an emptykitsarray means the key authenticated successfully but has no externally visible kits. - In live testing, this also occurred for a newly created team API key after a kit had been marked
exposed, which suggests an additional access grant or backend entitlement step beyond simply toggling exposure.
Method behavior
Observed method handling:GET /api/v1/external/kitsreturns200HEAD /api/v1/external/kitsreturns404OPTIONS /api/v1/external/kitsreturns404
