Customers
The people you sell to. Create, update and list customers; a customer can own several projects.
List customers
List your company's customers. Narrow the results with the `name`, `email` and `city` filters (substring match), order with `sort` (e.g. `sort=fullName.asc`), and page with `limit`/`offset`. The response `total` is the full match count so you can page deterministically. Requires the `read:customers` scope.
Create a customer
Create a customer for your company. Only `firstName` is required; everything else is optional. Returns the created customer, including its generated `id`, which you then reference when creating a project. Requires the `write:customers` scope.
Get a customer
Get a customer
Update a customer
Update a customer
Delete a customer
Delete a customer