Instance methods:GETPOSTDELETE
The main purpose of this resource is to filter out results in the contacts resource. If the account holder sends or receives emails using aliases, add those aliases here and they won't show up in the results of the contacts resource.
Adding a source on the account will automatically populate the list of email_addreses based on the email given for that source.
List your configured user account emails.
[
{
"email": stringEmail address associated to an account,
"validated": numberUnix timestamp of email address validation time,
"primary": numberWhether or not this address is the primary one asssociated to the account: 1 for yes, 0 for no
},
...
]
| name | type | description |
|---|---|---|
| required: | ||
| email_address | string | An email address |
{
"success": booleanwhether or not the email address was succesfully added,
"email_address": stringemail address added to the account,
"resource_url": stringComplete URL of the resource created
}
| name | type | description |
|---|---|---|
| optional: | ||
| primary | integer | Set to 1 to make this email address the primary one for the account |
{
"success": booleanwhether or not the email address was succesfully modified
}