The Integrations section provides detailed guidance on managing and utilizing integrations within the BoomFi platform. It covers endpoints that allow you to list available integrations, enable or disable specific integrations, and manage webhooks.
Endpoints
Get All Integrations GET
Retrieve a list of all available integrations for your organization.
EndpointGet All Integration Templates GET
Access a list of all available integration templates. Integration templates provide pre-configured setups for common integrations.
EndpointEnable Integration POST
Use this endpoint to enable a specific integration identified by its unique ID.
EndpointDisable an Integration DELETE
Disable a specific integration identified by its unique ID.
EndpointCreate Webhook POST
Create a new webhook. It requires a payload containing details about the webhook configuration.
Endpoint