{ "opencollection": "1.0.0", "info": { "name": "Shopware Admin Account Customer API", "version": "6.7.9999999-dev" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Customer", "type": "folder" }, "items": [ { "info": { "name": "List customers", "type": "http" }, "http": { "method": "GET", "url": "https://{shopDomain}/api/customer", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of resources per page (default 25)" }, { "name": "page", "value": "", "type": "query", "description": "Page number (1-based)" } ] }, "docs": "Returns a paginated list of customers." } ] } ], "bundled": true }