Start typing to search.

API Reference

List catalog integration slugs (cardamom)

View Markdown
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 bearer·API key token (envoy_<hex>). Create keys from Settings → API Keys — see Using the API.

Path parameters

idintegerrequired

Resource ID

Success response body

200Catalog integration summaries

Catalog integration summaries

Content typeapplication/json

responseobject
1 property
resultarray<object>required
Array items
itemobject
2 properties
slugstringrequired
labelstring

Error responses

400Not a cardamom connector

Not a cardamom connector

No response content schema is documented.

404Resource not found

Resource not found

Content typeapplication/json

responseobject
2 properties
errorstring
messagestring
Example response
{
  "error": "NOT_FOUND",
  "message": "Resource not found"
}

500Catalog list failed

Catalog list failed

No response content schema is documented.