{ "opencollection": "1.0.0", "info": { "name": "Adobe Commerce (Magento 2) REST Auth Customers API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Customers", "type": "folder" }, "items": [ { "info": { "name": "Create a customer", "type": "http" }, "http": { "method": "POST", "url": "https://{host}/rest/{storeCode}/V1/customers", "body": { "type": "json", "data": "{}" } }, "docs": "Create a customer" }, { "info": { "name": "Search customers", "type": "http" }, "http": { "method": "GET", "url": "https://{host}/rest/{storeCode}/V1/customers/search" }, "docs": "Search customers" }, { "info": { "name": "Get customer by ID", "type": "http" }, "http": { "method": "GET", "url": "https://{host}/rest/{storeCode}/V1/customers/:customerId", "params": [ { "name": "customerId", "value": "", "type": "path" } ] }, "docs": "Get customer by ID" } ] } ], "bundled": true }