Get customer list
Retrieve a paginated list of customers from your loyalty program
GET
/rest-api/v1/customers
Query parameters
Name
Type
Description
filter
string
Search by Shopify customer ID or customer email
page
int
Page number
pageSize
int
Number of results per page
Response
{
success: boolean,
message: string,
customers: {
- id
- birthday
- shopifyCustomerId
- email
- points
- status
- createdAt
- updatedAt
}[]
}
Last updated