PUT
Update Contact (Deprecated)

Authorizations

app-id
string
header
required

A unique identifier assigned to each application.

secret-key
string
header
required

A secure token associated with the app-id.

Body

application/json
email
string
required

The contact's email used for verification.

first_name
string

Contact's first name.

last_name
string

Contact's last name.

type
enum<string>

The type of the contact (e.g., individual or organization).

Available options:
individual,
organization
Example:

"individual"

dob
string

Contact's date of birth, format 'yyyy-mm-dd'.

reg_no
string

Contact registration number, required if type is organization.

phone
string

Contact's phone number.

Example:

"+1234567890"

gender
enum<string>

Contact's gender

Available options:
male,
female
street
string

The primary name of an address's street for the contact.

city
string

Name of an address's city or town for the contact.

postal_code
string

The contact's address's postcode.

state
string

The contact's address's state / province / county.

country
string

ISO 3166-1 alpha-2 country code of the contact's country.

Response

Contact updated successfully

status
string