Get details of a MailReplyAddress
GET {{baseUrl}}/api/v1/mailReplyAddress/:mailReplyAddress_id
This API fetches the details of a MailReplyAddress.
OAuth Scope
Desk.settings.READ
Desk.basic.READ
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"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":"ZohoSMTP|CustomSMTP"}