v3

latestOpenAPI 3.0.02026-07-31800117.7 KB
Capabilities

integrations.list

List available integrations for the user. Can filter by category (email, accounting, storage, social, banking) and status. Returns integration IDs needed for sendToIntegration, reconcileWithIntegration, and other operations.

post/capabilities/integrations.list

Request body

category'email' | 'accounting' | 'storage' | 'social' | 'banking'

Filter by integration category

status'active' | 'disconnected'

Filter by integration status

Response

Successful response

successboolean
codeinteger

Example response

{
  "success": true,
  "code": 200
}