Integration
Retrieves a list of all integrations, optionally filtered by active status
Authorizations
Query parameters
activebooleanOptionalDefault:
trueResponses
200
Integrations retrieved successfully
application/json
401
Unauthorized - invalid API key
500
Internal server error
get
/v1/integrationsGET /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"
}
]