curl --request GET \
--url https://api.kapso.ai/platform/v1/integrations/accounts \
--header 'X-API-Key: <api-key>'{
"accounts": [
{
"id": "7c9e6679-7425-40de-944b-e07fc1f90ae7",
"pipedream_account_id": "apn_abc123",
"app_slug": "slack",
"app_name": "Slack",
"account_name": "My Workspace",
"healthy": true,
"created_at": "2025-01-10T08:00:00Z",
"updated_at": "2025-01-10T08:00:00Z",
"user": {
"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"email": "user@example.com",
"name": "John Doe",
"avatar_url": null,
"created_at": "2025-01-01T00:00:00Z",
"onboarding_status": "complete"
},
"project": null
}
]
}Get Pipedream accounts connected to this project.
curl --request GET \
--url https://api.kapso.ai/platform/v1/integrations/accounts \
--header 'X-API-Key: <api-key>'{
"accounts": [
{
"id": "7c9e6679-7425-40de-944b-e07fc1f90ae7",
"pipedream_account_id": "apn_abc123",
"app_slug": "slack",
"app_name": "Slack",
"account_name": "My Workspace",
"healthy": true,
"created_at": "2025-01-10T08:00:00Z",
"updated_at": "2025-01-10T08:00:00Z",
"user": {
"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"email": "user@example.com",
"name": "John Doe",
"avatar_url": null,
"created_at": "2025-01-01T00:00:00Z",
"onboarding_status": "complete"
},
"project": null
}
]
}Was this page helpful?