Customers
API reference for managing Customers in BillPipe.
Customers
The Customers API enables programmatic management of your client database within your workspace.
List Customers
Retrieve a paginated list of customers.
Request
GET /v1/customers
Create a Customer
Add a new customer to your workspace.
Request
POST /v1/customers
Request Body (JSON)
{
"name": "Acme Corp",
"email": "[email protected]"
}
Get a Customer
Retrieve details for a specific customer.
Request
GET /v1/customers/{customer_id}

