Clients / Email Addresses / Show

NameClients / Email Addresses / Show
DescriptionDisplay a specified Client Email Address
TypeGET
URL/v9/clients/:client_id/email_addresses/:email_address_id
Credential TypeAPI
Supports PaginationNo

Long Description

Display a specified Client Email Address

Parameters

Name
Description
Type
Required
Location
client_idID of the ClientIntegerRequiredURI
email_address_idID of the Client’s Email AddressIntegerRequiredURI

Properties

Name
Description
Type
addressThe Email AddressString
idThe unique ID of this Email AddressInteger
labelA label to help identify the Email Address (We suggest something like home or work)String
updated_atThe timestamp of when this Email Address was last updatedDate (ISO_8601)
urlThe unique URL for this Credit CardString

Examples

RequestResponse
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"
}