Get customers
Customers
Get customers
Get a paginated list of customers.
GET
Get customers
Authorizations
You can obtain this key from the Atlas dashboard. It must be of type secret
Query Parameters
The external ID of the customer (e.g. the customer ID in your system)
Minimum string length:
1Example:
"external-customer-id-123"
The Atlas customer ID
Minimum string length:
1Example:
"atlas-internal-customer-id-123"
The QuickBooks ID of the customer
Minimum string length:
1Example:
"quickbooks-customer-id-123"
The Stripe ID of the customer
Minimum string length:
1Example:
"stripe-customer-id-123"
The email of the customer
Minimum string length:
1Example:
"john.doe@example.com"
The name of the customer
Minimum string length:
1Example:
"John Doe"
The order of the results.
Available options:
asc, desc Example:
"asc"
The page number of the results.
Required range:
x >= 1Example:
1
The number of results per page.
Required range:
1 <= x <= 100Example:
10
The fields that can be used to order the results by.
Available options:
createdAt, email, id, name, quickBooksId, stripeId, updatedAt Example:
"id"

