{ "opencollection": "1.0.0", "info": { "name": "Helpcenter SupportEmailDomain API", "version": "1.0.0" }, "items": [ { "info": { "name": "SupportEmailDomain", "type": "folder" }, "items": [ { "info": { "name": "Get SupportEmailAddress SubDomain", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/supportEmailDomain" }, "docs": "This API fetches the subdomain of the support email address." }, { "info": { "name": "Update SupportEmailAddress SubDomain", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v1/supportEmailDomain", "body": { "type": "json", "data": "{}" } }, "docs": "This API updates the subdomain (the \"~mycompany~\" part) of the support email address.!!1. Only the primary contact of the organization can update the subdomain of the support email address.!2. The new support email address will be support@zylker.com.!3. The updated support email address will be used for fetching emails, henceforth. So make sure that you update the new address in the forwarding configurations of your mailbox.!4. The new support email address is applicable only for the default dep" } ] } ], "bundled": true }