Skip to main content
GET
List company contacts

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.

Response

List of contacts.

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