Skip to main content
POST
Add a contact to a company

Authorizations

api_access_token
string
header
required

API access token for authentication. Obtain from your Voxys Connect profile settings.

Path Parameters

account_id
integer
required

The numeric ID of the account.

id
integer
required

The ID of the company.

Body

application/json
contact_id
integer
required
Example:

200

Response

Contact added successfully.

id
integer
Example:

200

name
string
Example:

"John Doe"

email
string<email> | null
Example:

"john@acme.com"

phone_number
string | null
Example:

"+19715552345"

avatar_url
string<uri> | null