List MailReplyAddresses
GET {{baseUrl}}/api/v1/mailReplyAddress?departmentId=<long>
This API lists the mailReplyAddresses configured in your help desk portal.
OAuth Scope
Desk.settings.READ
Desk.basic.READ
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
departmentId | string | ID of the Department from which the addresses need to be queried. | |
isActive | string | Key that returns if the mailReplyAddress is active or not | |
from | string | Index number, starting from which the mail addresses must be fetched | |
limit | string | Number of mail addresses to fetch |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"data":[{"address":"support@zylker.com","smtpDetails":{"port":"465","host":"smtp.zoho.com","userName":"support@zylker.com","connectionType":"SSL"},"isVerified":true,"isSmtpEnabled":true,"displayName":"Support","departmentId":"4000000007043","id":"4000000025003","isActive":true,"serviceProviderType":"CustomSMTP"},{"address":"market@zylker.com","isVerified":true,"isSmtpEnabled":false,"displayName":"Marketing","departmentId":"4000000007043","id":"4000000026001","isActive":false,"serviceProviderType":"ZohoSMTP"},{"address":"techsupport@zylker.com","smtpDetails":{"port":"465","host":"smtp.zoho.com","userName":"techsupport@zylker.com","connectionType":"SSL"},"isVerified":true,"isSmtpEnabled":true,"displayName":"Tech","departmentId":"4000000007043","id":"4000000028003","isActive":true,"serviceProviderType":"CustomSMTP"}]}