Email Addresses
Email Addresses Documentation
Email Address [LIST]
Email Address [LIST]
Request
Endpoint
Body
Response
Headers
Body
Fields
data
Type
[Email Address]
Description An array of Email Addresses
Email Address [POST]
Email Address [POST]
Request
Endpoint
Body
Parameters
Attributes
created_at
Type
date
Description The timestamp of when this resource was created
Required No
Type
string
Description The actual email address that this Email Address resource represents
Required No
historic
Type
boolean
Description
This should be true
when an Email Address should no longer be used
Required No
location
Type
string
Description Essentially a label for the Email Address, such as 'home', 'mobile', 'office'
Required No
primary
Type
boolean
Description
Whether or not the email
is the owner's primary email address. Ultimately there should only be one of these.
Required No
source
Type
string
Description The source of the email address
Required No
updated_at
Type
date
Description The timestamp of when this resource was last updated
Required No
updated_in_db_at
Type
date
Description This is to be used as a reference for the last time the resource was updated in the remote database - specifically for when data is updated while the client is offline.
Required No
valid_values
Type
boolean
Description This boolean indicates whether the email address is accurate or not
Required No
Response
Headers
Body
Fields
Attributes
created_at
Type
date
Description The timestamp of when this resource was created
Type
string
Description The actual email address that this Email Address resource represents
historic
Type
boolean
Description
This should be true
when an Email Address should no longer be used
location
Type
string
Description Essentially a label for the Email Address, such as 'home', 'mobile', 'office'
primary
Type
boolean
Description
Whether or not the email
is the owner's primary email address. Ultimately there should only be one of these.
source
Type
string
Description The source of the email address
updated_at
Type
date
Description The timestamp of when this resource was last updated
updated_in_db_at
Type
date
Description This is to be used as a reference for the last time the resource was updated in the remote database - specifically for when data is updated while the client is offline.
valid_values
Type
boolean
Description This boolean indicates whether the email address is accurate or not
Email Address [GET]
Email Address [GET]
Request
Endpoint
Body
Response
Headers
Body
Fields
Attributes
created_at
Type
date
Description The timestamp of when this resource was created
Type
string
Description The actual email address that this Email Address resource represents
historic
Type
boolean
Description
This should be true
when an Email Address should no longer be used
location
Type
string
Description Essentially a label for the Email Address, such as 'home', 'mobile', 'office'
primary
Type
boolean
Description
Whether or not the email
is the owner's primary email address. Ultimately there should only be one of these.
source
Type
string
Description The source of the email address
updated_at
Type
date
Description The timestamp of when this resource was last updated
updated_in_db_at
Type
date
Description This is to be used as a reference for the last time the resource was updated in the remote database - specifically for when data is updated while the client is offline.
valid_values
Type
boolean
Description This boolean indicates whether the email address is accurate or not
Email Address [PUT]
Email Address [PUT]
Request
Endpoint
Body
Parameters
Attributes
created_at
Type
date
Description The timestamp of when this resource was created
Required No
Type
string
Description The actual email address that this Email Address resource represents
Required No
historic
Type
boolean
Description
This should be true
when an Email Address should no longer be used
Required No
location
Type
string
Description Essentially a label for the Email Address, such as 'home', 'mobile', 'office'
Required No
overwrite
Type
boolean
Description
Only used for updating a record where you want to ignore the server's ' 'updated_in_db_at
value and force overwrite the values for the record. ' 'Must be true
to work.
Required No
primary
Type
boolean
Description
Whether or not the email
is the owner's primary email address. Ultimately there should only be one of these.
Required No
source
Type
string
Description The source of the email address
Required No
updated_at
Type
date
Description The timestamp of when this resource was last updated
Required No
updated_in_db_at
Type
date
Description This is to be used as a reference for the last time the resource was updated in the remote database - specifically for when data is updated while the client is offline.
Required No
valid_values
Type
boolean
Description This boolean indicates whether the email address is accurate or not
Required No
Response
Headers
Body
Fields
Attributes
created_at
Type
date
Description The timestamp of when this resource was created
Type
string
Description The actual email address that this Email Address resource represents
historic
Type
boolean
Description
This should be true
when an Email Address should no longer be used
location
Type
string
Description Essentially a label for the Email Address, such as 'home', 'mobile', 'office'
primary
Type
boolean
Description
Whether or not the email
is the owner's primary email address. Ultimately there should only be one of these.
source
Type
string
Description The source of the email address
updated_at
Type
date
Description The timestamp of when this resource was last updated
updated_in_db_at
Type
date
Description This is to be used as a reference for the last time the resource was updated in the remote database - specifically for when data is updated while the client is offline.
valid_values
Type
boolean
Description This boolean indicates whether the email address is accurate or not
Email Address [DELETE]
Email Address [DELETE]
Request
Endpoint
Body
Response
Headers
Body
Last updated