- Mock serverhttps://api.docs.shoptet.com/_mock/shoptet-api/openapi/api/customers/{guid}/accounts
- https://api.myshoptet.comhttps://api.myshoptet.com/api/customers/{guid}/accounts
- shoptetAccessToken
- shoptetPrivateApiToken
curl -i -X GET \
'https://api.docs.shoptet.com/_mock/shoptet-api/openapi/api/customers/45f0cc8c-b7a9-11ea-a7a1-08002746ad91/accounts?itemsPerPage=888&page=3' \
-H 'Content-Type: application/json' \
-H 'Shoptet-Access-Token: YOUR_API_KEY_HERE'Response
{ "data": { "accounts": [ … ], "paginator": { … } }, "errors": [ { … } ], "metadata": { "requestId": "019c8c34-64f3-7328-af43-bf1e34fa39d7" } }