Skip to main content
GET
/
v1
/
integrations
List the integrations this platform supports
curl --request GET \
  --url https://api-sandbox.featherhq.com/v1/integrations \
  --header 'x-api-key: <api-key>'
[
  {
    "display_name": "<string>",
    "description": "<string>",
    "category": "<string>",
    "logo_url": "<string>"
  }
]

Authorizations

x-api-key
string
header
required

Response

Successful Response

key
enum<string>
required

Stable identifier for each supported integration.

The string value must match the vendor's per-provider identifier (for Nango: provider_config_key). Persisted on integration_connections.integration_key and integration_connection_tools.integration_key.

Adding a new integration: append a member here, add an IntegrationSpec to INTEGRATIONS, register the provider in the vendor cloud via src/integrations/bootstrap.py (Step 3).

Available options:
slack,
custom_mcp,
notion,
google_drive,
calcom,
twilio,
email
display_name
string
required
description
string
required
category
string
required
logo_url
string
required