{ "opencollection": "1.0.0", "info": { "name": "Helpcenter MailReplyAddress API", "version": "1.0.0" }, "items": [ { "info": { "name": "MailReplyAddress", "type": "folder" }, "items": [ { "info": { "name": "Send Verification Mail", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/mailReplyAddress/:mailReplyAddressId/sendVerification", "params": [ { "name": "mailReplyAddressId", "value": "", "type": "path" } ] }, "docs": "This API sends a verification link to the MailReplyAddress configured in your help desk portal." }, { "info": { "name": "List MailReplyAddresses", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/mailReplyAddress", "params": [ { "name": "departmentId", "value": "", "type": "query", "description": "ID of the Department from which the addresses need to be queried." }, { "name": "limit", "value": "", "type": "query", "description": "Number of mail addresses to fetch" }, { "name": "from", "value": "", "type": "query", "description": "Index number, starting from which the mail addresses must be fetched" }, { "name": "isActive", "value": "", "type": "query", "description": "Key that returns if the mailReplyAddress is active or not" } ] }, "docs": "This API lists the mailReplyAddresses configured in your help desk portal." } ] } ], "bundled": true }