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