{ "opencollection": "1.0.0", "info": { "name": "Adobe Commerce (Magento 2) REST Auth API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Auth", "type": "folder" }, "items": [ { "info": { "name": "Request an admin integration token", "type": "http" }, "http": { "method": "POST", "url": "https://{host}/rest/{storeCode}/V1/integration/admin/token", "body": { "type": "json", "data": "{}" } }, "docs": "Request an admin integration token" }, { "info": { "name": "Request a customer integration token", "type": "http" }, "http": { "method": "POST", "url": "https://{host}/rest/{storeCode}/V1/integration/customer/token", "body": { "type": "json", "data": "{}" } }, "docs": "Request a customer integration token" } ] } ], "bundled": true }