Phones
Phones Documentation
Phone [LIST]
Phone [LIST]
Request
Endpoint
Body
Response
Headers
Body
Fields
data
Type
[Phone Number]
Description An array of Phone Numbers
Phone [POST]
Phone [POST]
Request
Endpoint
Body
Parameters
Attributes
country_code
Type
number
Description The country code of the phone number
Required No
created_at
Type
date
Description The timestamp of when this resource was created
Required No
historic
Type
boolean
Description
This should be true
when an phone number should no longer be used
Required No
location
Type
string
Description Essentially a label for the phone number, such as 'home', 'mobile', 'office'
Required No
number
Type
number
Description The number of the phone number resource
Required No
primary
Type
boolean
Description
Whether or not the number
is the owner's primary phone number. Ultimately there should only be one of these.
Required No
source
Type
string
Description The source of the phone number
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 phone number is accurate or not
Required No
Response
Headers
Body
Fields
Attributes
country_code
Type
number
Description The country code of the phone number
created_at
Type
date
Description The timestamp of when this resource was created
historic
Type
boolean
Description
This should be true
when an phone number should no longer be used
location
Type
string
Description Essentially a label for the phone number, such as 'home', 'mobile', 'office'
number
Type
number
Description The number of the phone number resource
primary
Type
boolean
Description
Whether or not the number
is the owner's primary phone number. Ultimately there should only be one of these.
source
Type
string
Description The source of the phone number
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 phone number is accurate or not
Phone [GET]
Phone [GET]
Request
Endpoint
Body
Response
Headers
Body
Fields
Attributes
country_code
Type
number
Description The country code of the phone number
created_at
Type
date
Description The timestamp of when this resource was created
historic
Type
boolean
Description
This should be true
when an phone number should no longer be used
location
Type
string
Description Essentially a label for the phone number, such as 'home', 'mobile', 'office'
number
Type
number
Description The number of the phone number resource
primary
Type
boolean
Description
Whether or not the number
is the owner's primary phone number. Ultimately there should only be one of these.
source
Type
string
Description The source of the phone number
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 phone number is accurate or not
Phone [PUT]
Phone [PUT]
Request
Endpoint
Body
Parameters
Attributes
country_code
Type
number
Description The country code of the phone number
Required No
created_at
Type
date
Description The timestamp of when this resource was created
Required No
historic
Type
boolean
Description
This should be true
when an phone number should no longer be used
Required No
location
Type
string
Description Essentially a label for the phone number, such as 'home', 'mobile', 'office'
Required No
number
Type
number
Description The number of the phone number resource
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 number
is the owner's primary phone number. Ultimately there should only be one of these.
Required No
source
Type
string
Description The source of the phone number
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 phone number is accurate or not
Required No
Response
Headers
Body
Fields
Attributes
country_code
Type
number
Description The country code of the phone number
created_at
Type
date
Description The timestamp of when this resource was created
historic
Type
boolean
Description
This should be true
when an phone number should no longer be used
location
Type
string
Description Essentially a label for the phone number, such as 'home', 'mobile', 'office'
number
Type
number
Description The number of the phone number resource
primary
Type
boolean
Description
Whether or not the number
is the owner's primary phone number. Ultimately there should only be one of these.
source
Type
string
Description The source of the phone number
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 phone number is accurate or not
Phone [DELETE]
Phone [DELETE]
Request
Endpoint
Body
Response
Headers
Body
Last updated