The Customers section allows you to manage customer records within the BoomFi platform. This section covers endpoints that allow you to create, list, retrieve, and delete customer information, giving you full control over customer data.
Endpoints
List Customers GET
Retrieve a paginated list of customers for a given organization, with optional sorting and filtering parameters.
EndpointCreate a Customer POST
Create a new customer. It requires a payload containing details about the customer.
EndpointGet Customer by ID GET
Use this endpoint to retrieve detailed information about a specific customer using its unique identifier.
EndpointDelete Customer DELETE
This endpoint allows you to delete a specific customer by its unique identifier.
Endpoint