get https://production.rutterapi.com/customers
Fetching all customers
The /customers
endpoint allows developers to receive user-authorized customer data for a merchant's store.
Due to the potentially large number of customers associated with an Item, results are paginated. Manipulate the count and offset parameters in conjunction with the total_customers
response body field to fetch all available customers.
Response Properties
Property | Type | Description |
---|---|---|
customers | object[] | Array of Customers |
connection | object | |
request_id | string | Rutter request ID used to track API calls |
next_cursor | string | null |