{ "opencollection": "1.0.0", "info": { "name": "Freshworks Freshcaller Accounts Service Catalog API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-Api-Auth", "value": "{{X-Api-Auth}}", "placement": "header" } }, "items": [ { "info": { "name": "Service Catalog", "type": "folder" }, "items": [ { "info": { "name": "List all service catalog items", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.freshcaller.com/api/v1/service_catalog/items", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number for pagination." }, { "name": "per_page", "value": "", "type": "query", "description": "Number of results per page (max 100)." } ] }, "docs": "Retrieves a list of all items available in the service catalog for requesters to browse and request." }, { "info": { "name": "View a service catalog item", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.freshcaller.com/api/v1/service_catalog/items/:item_id", "params": [ { "name": "item_id", "value": "", "type": "path", "description": "The ID of the service catalog item." } ] }, "docs": "Retrieves the details of a specific service catalog item." } ] } ], "bundled": true }