Integration

Get All Integrations

get

Retrieves a list of all integrations, optionally filtered by active status

Authorizations
Query parameters
activebooleanOptionalDefault: true
Responses
200

Integrations retrieved successfully

application/json
get
/v1/integrations
GET /v1/integrations HTTP/1.1
Host: api.toolregistry.ai
x-api-key: YOUR_API_KEY
Accept: */*
[
  {
    "integrationId": "text",
    "customerIntegrationId": "text",
    "active": true,
    "name": "text",
    "description": "text",
    "host": "text",
    "updatedAt": "2025-11-06T06:31:14.533Z",
    "createdAt": "2025-11-06T06:31:14.533Z"
  }
]