Skip to main content
POST
Add Contact

Authorizations

Authorization
string
header
required

Your API key. Send in the Authorization header as: Bearer

Body

application/json
folder_id
string
required

Folder ID to add contact to

phone_number
string
required

Phone number in E.164 format

first_name
string | null

First name

Maximum string length: 50
last_name
string | null

Last name

Maximum string length: 50
email
string | null

Email address

company_name
string | null

Company name

Maximum string length: 100
industry
string | null

Industry

Maximum string length: 100
location
string | null

Location

Maximum string length: 100
pin_code
string | null

Pin code

Maximum string length: 20
keywords
string[] | null

Keywords (array)

metadata
Metadata · object | null

Additional metadata

Response

Successful Response

data
ContactResponse · object
required
meta
ResponseMeta · object
required

Metadata included in every API response.