List all customers for the authenticated merchant
cURL
curl --request GET \ --url https://api.auctionnow.io/api/alpha/merchant/customers \ --header 'Authorization: <authorization>'
{ "data": [ { "_id": "<string>", "_creationTime": 123, "email": "<string>", "name": "<string>", "userId": "<string>", "stripeCustomerId": "<string>" } ], "nextCursor": "<string>", "hasMore": true, "timestamp": 123, "message": "<string>" }
Your Auction Now API key as a Bearer token
"Bearer ak_XXXXXXX"
Number of customers to return (default 50, max 100)
1 <= x <= 100
Cursor from a previous response for pagination
A list of customers
Show child attributes
Cursor for the next page, or null if no more pages
Whether there are more pages