Customers
Create and manage customer records
Customers are the billable entities in Prolifi. Every subscription, invoice, and entitlement is tied to a customer.
Endpoints
Key concepts
- External IDs: Use the
external_idfield to link Prolifi customers to your application’s user records. You can then retrieve customers by external_id instead of UUID. - Name handling: Provide a full
name(which is split intofirst_nameandlast_name), or provide them separately. - Customer types: If
company_nameis provided, the customer type is automatically set tobusiness. Otherwise, it defaults toindividual. - Archiving: The
DELETEendpoint archives the customer rather than permanently deleting it.