Skip to main content
POST
Create contact

Authorizations

Authorization
string
header
required

API key from Voxworks, sent as Authorization: Bearer YOUR_API_KEY.

Body

application/json
phone_number
string
required

Contact phone number. Common local formats are accepted and normalized to E.164.

first_name
string
required
last_name
string
email
string<email>
address
string
location
string
gender
string
age
integer
title
string

Response

Contact created.

success
boolean
required
Example:

true

contact_id
string
required