Clients / Email Addresses / Index
Long Description
List Email Addresses for a specified Client
Parameters
Name | Description | Type | Presence | Location | Conditionals |
---|---|---|---|---|---|
label | Arbitrary description for the email address. Must be an exact match. | String | Optional | Query | No |
address | Email address. Must be an exact match. | String | Optional | Query | No |
created_at | Creation timestamp | Date (ISO_8601) | Optional | Query | Yes |
updated_at | Last updated timestamp | Date (ISO_8601) | Optional | Query | Yes |
Examples
Request | Response |
---|---|
GET /v9/clients/12345/email_addresses | |
Paste in Request Code | Paste in Response Code |