{ "opencollection": "1.0.0", "info": { "name": "PureCloud Platform Agent Assistants Carrier Services API", "version": "v2" }, "items": [ { "info": { "name": "Carrier Services", "type": "folder" }, "items": [ { "info": { "name": "Get location for the logged in user", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/carrierservices/integrations/emergencylocations/me", "params": [ { "name": "phoneNumber", "value": "", "type": "query", "description": "Phone number in E164 format" } ] }, "docs": "Get location for the logged in user" }, { "info": { "name": "Set current location for the logged in user", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v2/carrierservices/integrations/emergencylocations/me" }, "docs": "Set current location for the logged in user" } ] } ], "bundled": true }