List SupportEmailAddresses
GET {{baseUrl}}/api/v1/supportEmailAddress?departmentId=<long>
This API lists the SupportEmailAddresses configured in your help desk.
OAuth Scope
Desk.settings.READ
Desk.basic.READ
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
departmentId | string | ID of the department(s) from which the SupportEmailAddresses must be fetched. | |
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":"marketing@zylker.com","departmentId":"4000000007043","id":"4000000025003","friendlyName":"Marketing","isMailFetching":true},{"address":"sales@zylker.com","departmentId":"4000000007043","id":"4000000026001","friendlyName":"Sales","isMailFetching":false},{"address":"support@zylker.com","departmentId":"4000000007043","id":"4000000026003","friendlyName":"Support","isMailFetching":true}]}