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

KeyDatatypeRequiredDescription
departmentIdstringID of the Department from which the addresses need to be queried.
isActivestringKey that returns if the mailReplyAddress is active or not
fromstringIndex number, starting from which the mail addresses must be fetched
limitstringNumber of mail addresses to fetch

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{&quot;data&quot;:[{&quot;address&quot;:&quot;support@zylker.com&quot;,&quot;smtpDetails&quot;:{&quot;port&quot;:&quot;465&quot;,&quot;host&quot;:&quot;smtp.zoho.com&quot;,&quot;userName&quot;:&quot;support@zylker.com&quot;,&quot;connectionType&quot;:&quot;SSL&quot;},&quot;isVerified&quot;:true,&quot;isSmtpEnabled&quot;:true,&quot;displayName&quot;:&quot;Support&quot;,&quot;departmentId&quot;:&quot;4000000007043&quot;,&quot;id&quot;:&quot;4000000025003&quot;,&quot;isActive&quot;:true,&quot;serviceProviderType&quot;:&quot;CustomSMTP&quot;},{&quot;address&quot;:&quot;market@zylker.com&quot;,&quot;isVerified&quot;:true,&quot;isSmtpEnabled&quot;:false,&quot;displayName&quot;:&quot;Marketing&quot;,&quot;departmentId&quot;:&quot;4000000007043&quot;,&quot;id&quot;:&quot;4000000026001&quot;,&quot;isActive&quot;:false,&quot;serviceProviderType&quot;:&quot;ZohoSMTP&quot;},{&quot;address&quot;:&quot;techsupport@zylker.com&quot;,&quot;smtpDetails&quot;:{&quot;port&quot;:&quot;465&quot;,&quot;host&quot;:&quot;smtp.zoho.com&quot;,&quot;userName&quot;:&quot;techsupport@zylker.com&quot;,&quot;connectionType&quot;:&quot;SSL&quot;},&quot;isVerified&quot;:true,&quot;isSmtpEnabled&quot;:true,&quot;displayName&quot;:&quot;Tech&quot;,&quot;departmentId&quot;:&quot;4000000007043&quot;,&quot;id&quot;:&quot;4000000028003&quot;,&quot;isActive&quot;:true,&quot;serviceProviderType&quot;:&quot;CustomSMTP&quot;}]}