Customers
Customers are entities that purchase goods or services from a company. They can be used on invoices and contracts.
-
POST
Activate customer
/v1/customers/{customerId}/activate -
POST
Archive customer
/v1/customers/{customerId}/archive -
GET
List customers
/v1/customers -
POST
Create customer
/v1/customers -
GET
Get customer
/v1/customers/{customerId} -
PATCH
Update customer
/v1/customers/{customerId} -
GET
List customer activity events
/v1/customers/{customerId}/activity-events