Skip to main content
POST
Create contact

Authorizations

Authorization
string
header
required

Beem API credentials: API key as username, API secret as password.

Body

application/json
mob_no
required

Primary mobile number (digits only, with country code).

addressbook_id
string[]
required

One or more address book IDs to add this contact to.

first_name
string | null

Contact first name.

last_name
string | null

Contact last name.

title
string | null

Salutation or title (e.g. Mr, Ms).

gender
string | null

Contact gender.

mob_no2
any | null

Secondary mobile number.

email
string<email> | null

Contact email address.

Pattern: \s*[,]\s*
address_country
string | null

Country of residence.

address_city
string | null

City of residence.

address_area
string | null

Area or district.

dob
string | null

Date of birth.

Response

Contact created successfully.

data
object
required