latestOpenAPI 3.0.02026-08-11800117.9 KB

6687ff8993a0

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
}