Page Properties |
---|
id | api_docs_client_email_addresses |
---|
|
Name | Clients / Email Addresses / Index |
---|
Description | Index of List Email Addresses for a specified Client |
---|
Type | GET |
---|
URL | /v9/clients/:client_id/email_addresses |
---|
Credential Type | API |
---|
Supports Pagination | Yes |
---|
|
Long Description
Index of List Email Addresses for a specified Client
Parameters
| | | | 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 | |
Code Block |
---|
theme | Confluence |
---|
language | ruby |
---|
| Paste in Request Code |
| Code Block |
---|
theme | Confluence |
---|
language | ruby |
---|
| Paste in Response Code |
|