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
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-09-06T23:30:43.000Z",
    "createdAt": "2025-09-06T23:30:43.000Z"
  }
]