API documentation | API docs for agents | OpenAPI 3.1
GET /api/v1/integrations/active
ark.list_active_integrations
Lists active integration providers for the organization so scripts and agents can decide which provider workflows are available.
- Availability
- Expanded preview
- Scopes
context:read- ARK permissions
- None
- Team visibility
- Not entity-scoped
- Idempotency-Key
- Not required
- Approval
- No MCP approval on REST API-token calls
- Rate limit
- API credential and organization budgets
Parameters
None.
Request body
None.
Example request
Shell
curl 'https://arktms.com/api/v1/integrations/active' \
-H "Authorization: Bearer $ARK_API_TOKEN"Success response
Active integrations
objectstringrequiredone of: api_response
okbooleanrequiredone of: true
api_versionstringrequiredone of: 2026-05-31
request_idstringrequireddataobjectrequireddata.organizationIdstringrequiredformat: uuid
data.providersarray<string>requireddata.integrationsarray<object>requiredErrors
HTTP 400- Invalid request
HTTP 401- Authentication required
HTTP 403- Permission, scope, team, or entitlement denied