{ "opencollection": "1.0.0", "info": { "name": "SAP Commerce Cloud Admin Addresses Agents API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://{tenant}.{region}.commercecloud.sap/authorizationserver/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Agents", "type": "folder" }, "items": [ { "info": { "name": "SAP Commerce Cloud Get agent details", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.{region}.commercecloud.sap/agents/:agentId", "params": [ { "name": "agentId", "value": "", "type": "path", "description": "Agent identifier" } ] }, "docs": "Retrieve details of a customer service agent." } ] } ], "bundled": true }