- Mock serverhttps://api.docs.shoptet.com/_mock/shoptet-api/openapi/api/customers
- https://api.myshoptet.comhttps://api.myshoptet.com/api/customers
- shoptetAccessToken
- shoptetPrivateApiToken
curl -i -X GET \
'https://api.docs.shoptet.com/_mock/shoptet-api/openapi/api/customers?email=john%40example.com&phone=%2B420123456789&itemsPerPage=888&page=3' \
-H 'Content-Type: application/json' \
-H 'Shoptet-Access-Token: YOUR_API_KEY_HERE'Response
{ "data": { "customers": [ … ], "paginator": { … } }, "errors": [ { … } ], "metadata": { "requestId": "019c8c34-64f3-7328-af43-bf1e34fa39d7" } }