v1
latestOpenAPI 3.0.02026-07-243678114.1 KBIntegrations
Get All Integrations
The Get All Integrations endpoint allows you to retrieve a list of all integrations available within your organization. Use this endpoint to review and manage the integrations that connect BoomFi with other platforms.
get/v1/integrations
Response
OK
Example response
[
{
"created_at": "2023-01-01T12:00:00Z",
"created_by": "user123",
"description": "Integration for data synchronization",
"enabled": true,
"id": 123456,
"last_error": "Connection timeout",
"last_sync_time": "2023-01-02T08:30:00Z",
"name": "Data Sync",
"org_id": "org123",
"template_name": "Data Sync Template",
"updated_at": "2023-01-03T10:45:00Z"
}
]