Customers
View customer data and purchase history.
List Customers
GET
/api/v1/customersQuery Parameters
Example Request
curl -X GET "https://ship.sellpass.io/api/v1/customers?limit=10" \
-H "x-api-key: YOUR_API_KEY" \
-H "x-store-hash: YOUR_STORE_HASH"curl -X GET "https://ship.sellpass.io/api/v1/customers?limit=10" \
-H "x-api-key: YOUR_API_KEY" \
-H "x-store-hash: YOUR_STORE_HASH"