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

objectstringrequired

one of: api_response

okbooleanrequired

one of: true

api_versionstringrequired

one of: 2026-05-31

request_idstringrequired
dataobjectrequired
data.organizationIdstringrequired

format: uuid

data.providersarray<string>required

Errors

HTTP 400
Invalid request
HTTP 401
Authentication required
HTTP 403
Permission, scope, team, or entitlement denied