API Reference
List catalog integration slugs (cardamom)
GET
/api/connectors/{id}/catalog-integrations
Cardamom connectors only. Returns up to 100 integration slugs from the file catalog (integrations_dir) or Clove (clove_url) for the Connect picker.
Operation IDlistConnectorCatalogIntegrations
Authentication
- BearerAuth
http bearerAPI key token (envoy_<hex>). Create keys from Settings → API Keys — see Using the API.
Path parameters
idintegerrequiredResource ID
Success response body
200Catalog integration summaries
Catalog integration summaries
Content typeapplication/json
responseobject1 property
resultarray<object>requiredArray items
itemobject2 properties
slugstringrequiredlabelstringError responses
400Not a cardamom connector
Not a cardamom connector
No response content schema is documented.
404Resource not found
Resource not found
Content typeapplication/json
responseobject2 properties
errorstringmessagestringExample response
{
"error": "NOT_FOUND",
"message": "Resource not found"
}500Catalog list failed
Catalog list failed
No response content schema is documented.