get
https://www.pelcro.com/api/v1/core/customers
Retrieve a paginated list of customers with support for filtering, sorting, and relationship expansion.
Overview
Retrieve a paginated list of customers on your site. Supports filtering and sorting and expanding relationships.
Example: You want to find all customers from a specific company. Call this endpoint with filter[metadata.company]=eq:Acme to get the list.
| Feature | Fields |
|---|---|
| Searchable | email, first_name, last_name, id, metadata.* |
| Sortable | id, email |
| Expandable | addresses, defaultSource, organization, subscriptions |
Related Endpoints
- Customers - Overview of the customers API
