Skip to main content
GET
/
integrations
List integrations
curl --request GET \
  --url https://api.kapso.ai/platform/v1/integrations \
  --header 'X-API-Key: <api-key>'
{
  "data": [
    {
      "id": "550e8400-e29b-41d4-a716-446655440000",
      "action_id": "slack-send-message",
      "app_slug": "slack",
      "app_name": "Slack",
      "action_name": "Send Message",
      "name": "Notify Sales Channel",
      "enabled": true,
      "configured_props": {
        "channel": "#sales"
      },
      "variable_definitions": {},
      "dynamic_props_id": null,
      "created_at": "2025-01-15T10:00:00Z",
      "updated_at": "2025-01-15T10:00:00Z",
      "pipedream_account": {
        "id": "7c9e6679-7425-40de-944b-e07fc1f90ae7",
        "pipedream_account_id": "apn_abc123",
        "app_slug": "slack",
        "app_name": "Slack",
        "account_name": "My Workspace",
        "healthy": true,
        "created_at": "2025-01-10T08:00:00Z",
        "updated_at": "2025-01-10T08:00:00Z",
        "user": {
          "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
          "email": "user@example.com",
          "name": "John Doe",
          "avatar_url": null,
          "created_at": "2025-01-01T00:00:00Z",
          "onboarding_status": "complete"
        },
        "project": null
      }
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Response

Success

data
object[]
required