{ "opencollection": "1.0.0", "info": { "name": "Helpcenter API", "version": "1.0.0" }, "items": [ { "info": { "name": "Helpcenter", "type": "folder" }, "items": [ { "info": { "name": "Update Helpcenter sitemaps", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/helpCenters/:helpcenterId/sitemaps", "params": [ { "name": "helpcenterId", "value": "", "type": "path" } ] }, "docs": "This API will generate sitemaps for the given Helpcenter" }, { "info": { "name": "List help centers", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/helpCenters" }, "docs": "This API lists the help centers configured in your Zoho Desk portal." }, { "info": { "name": "Get details of help center", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/helpCenters/:helpcenterId", "params": [ { "name": "helpcenterId", "value": "", "type": "path" } ] }, "docs": "This API fetches the details of a particular help center." } ] } ], "bundled": true }