List customers
List customers (buyers) for the authenticated account. Customers are auto-created when a buyer completes their first order. Use this endpoint to get buyer email addresses for marketing, analyze purchasing patterns, or identify repeat customers. Sorted by most recent purchase first.
Authentication
AuthorizationBearer
API key (lb_ prefix). Pass as: Authorization: Bearer lb_...
Query parameters
email
Filter by exact buyer email address.
created_after
Only customers created after this ISO 8601 datetime.
created_before
Only customers created before this ISO 8601 datetime.
cursor
Pagination cursor from a previous response.
limit
Maximum number of customers to return.
Response
Successful Response
data
Array of customer objects.
has_more
Whether more results exist.
object
Object type identifier.
cursor
Cursor for next page.
Errors
401
Unauthorized Error
422
Unprocessable Entity Error