v1
latestOpenAPI 3.0.02026-07-243678114.1 KBIntegrations
Get All Integration Templates
The Get All Integration Templates endpoint allows you to retrieve a list of all available integration templates within your organization. These templates provide pre-configured setups for common integrations, making it easier to quickly implement and manage connections between BoomFi and other services.
get/v1/integrations/_templates
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"
}
]