GET api/v2/accounts/{accountId}/emails/{accountEmailId}
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| accountId | integer |
Required |
|
| accountEmailId | integer |
Required |
Response
AccountEmailBasic| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer | ||
| string | |||
| EmailTypeId | integer | ||
| EmailType | EmailTypeBasic |
Response Format
application/json, text/json
Sample:
{
"Id": 1,
"Email": "sample string 2",
"EmailTypeId": 3,
"EmailType": {
"Id": 1,
"Identification": "sample string 2",
"Active": true
}
}
text/html
Sample:
{"Id":1,"Email":"sample string 2","EmailTypeId":3,"EmailType":{"Id":1,"Identification":"sample string 2","Active":true}}