{ "opencollection": "1.0.0", "info": { "name": "Freshworks Freshcaller Accounts Releases API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-Api-Auth", "value": "{{X-Api-Auth}}", "placement": "header" } }, "items": [ { "info": { "name": "Releases", "type": "folder" }, "items": [ { "info": { "name": "List all releases", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.freshcaller.com/api/v1/releases", "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 paginated list of all release records in the service desk." }, { "info": { "name": "Create a release", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.freshcaller.com/api/v1/releases", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new release record for deploying changes to production." }, { "info": { "name": "View a release", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.freshcaller.com/api/v1/releases/:release_id", "params": [ { "name": "release_id", "value": "", "type": "path", "description": "The ID of the release." } ] }, "docs": "Retrieves the details of a specific release by its ID." } ] } ], "bundled": true }