Export Customers
Intent
Reads the customers without changing it.
When to call it
Call this after your application has received or stored the identifier for the customers.
Access boundary
Authorize the request with a token that carries customers:read or customers:write.
Successful result
A successful request returns 200. The response schema below defines the body your integration receives.
Operational notes
Export customers as a CSV file.
Scopes: customers:read customers:write
GET
Export Customers
Previous
Create Customer### Intent
Creates a customer from the values supplied in the request.
### When to call it
Call this when your application has collected the required values and is ready to create a customer.
### Access boundary
Authorize the request with a token that carries `customers:write`.
### Successful result
A successful request returns `201`. The response schema below defines the body your integration receives.
### Operational notes
Create a customer.
**Scopes**: `customers:write`
Next
Export Customers