Skip to main content
PUT
Update Contact

Authorizations

Authorization
string
header
required

Retrieve your API Key from Dashboard API Keys Section.

Path Parameters

contact_id
string
required

Contact ID

Required string length: 24
Pattern: ^[0-9a-f]{24}$
Example:

"5eb7cf5a86d9755df3a6c593"

Body

application/json

Contact data

first_name
string | null

Contact's first name

last_name
string | null

Contact's last name

phone_number
string | null

Contact's phone number

email
string | null

Contact's email address

dob
string | null

Contact's date of birth in YYYY-MM-DD format

notification_preferences
Notification Preferences · object | null

Notification preferences for the contact

Response

Successful Response