{ "opencollection": "1.0.0", "info": { "name": "PureCloud Platform Agent Assistants Utilities API", "version": "v2" }, "items": [ { "info": { "name": "Utilities", "type": "folder" }, "items": [ { "info": { "name": "Returns the information about an X509 PEM encoded certificate or certificate chain.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v2/certificate/details" }, "docs": "Returns the information about an X509 PEM encoded certificate or certificate chain." }, { "info": { "name": "Get the current system date/time", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/date" }, "docs": "Get the current system date/time" }, { "info": { "name": "Get public ip address ranges for Genesys Cloud", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/ipranges" }, "docs": "Get public ip address ranges for Genesys Cloud" }, { "info": { "name": "Get time zones list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/timezones", "params": [ { "name": "pageSize", "value": "", "type": "query", "description": "Page size" }, { "name": "pageNumber", "value": "", "type": "query", "description": "Page number" } ] }, "docs": "Get time zones list" } ] } ], "bundled": true }