Clients / Email Addresses / Show
Long Description
Display a specified Client Email Address
Parameters
Name | Description | Type | Required | Location |
---|---|---|---|---|
client_id | ID of the Client | Integer | Required | URI |
email_address_id | ID of the Client’s Email Address | Integer | Required | URI |
Properties
Name | Description | Type |
---|---|---|
address | The Email Address | String |
id | The unique ID of this Email Address | Integer |
label | A label to help identify the Email Address (We suggest something like home or work ) | String |
updated_at | The timestamp of when this Email Address was last updated | Date (ISO_8601) |
url | The unique URL for this Credit Card | String |
Examples
Request | Response |
---|---|
GET /v9/clients/109402/email_addresses/145997 | { "address": "moe@moestavern.com", "id": "145997", "label": "Work", "updated_at": "2014-02-05T16:01:54Z", "url": "/clients/109402/email_addresses/145997" } |