Skip to main content
POST
Create contact

Authorizations

api_key
string
header
required

Path Parameters

userToken
string
required

Owner user token.

Body

application/json

Contact data to register.

POST /user/contacts/{userToken} body for partner create contact (owner resolved from path).

countryCode
string
required

Country code for phone normalization and display. ISO 3166-1 alpha-2. Example: US.

phone
string
required

Phone number with country code (E.164). Example: +19166020018.

lastName
string
required

Contact family name. Example: Tru.

firstName
string
required

Contact given name(s). Example: Hugo.

alias
string

Optional label shown in the address book.

email
string

Email address. Example: name@domain.com.

Response

200 — OK. Contact persisted.

Scenarios for this response:

See also Full scenario matrix.

code
string
required
reason
string
required