Skip to main content
POST
Add a phone number or email to a contact

Authorizations

Authorization
string
header
required

Tenant API key (vdx_live_…) as Authorization: Bearer.

Path Parameters

id
string<uuid>
required

Body

application/json
kind
enum<string>
Available options:
phone,
email
label
enum<string>
Available options:
primary,
cell,
work,
home,
other
value
string
isPrimary
boolean
isBad
boolean

Response

Added.

id
string<uuid>
kind
enum<string>
Available options:
phone,
email
label
enum<string>
Available options:
primary,
cell,
work,
home,
other
value
string

Normalised. E.164 for phones.

isPrimary
boolean
verified
boolean
isBad
boolean

The address never connects. A judgement about the address, not the person.

optedOutAt
string<date-time> | null
lastGoodAt
string<date-time> | null