Authorizations
Bearer token authentication using your API key
Body
application/json
Contact ID for direct lookup
Example:
123
WhatsApp ID for contact lookup
Example:
"1234567890"
SMS phone number for contact lookup
Example:
"1234567890"
Contact's first name
Example:
"John"
Contact's last name
Example:
"Doe"
Contact's full name
Example:
"John Doe"
Contact's phone number
Example:
"1234567890"
Contact's email address
Example:
"john@example.com"
Contact's default timezone
Example:
"America/New_York"
Custom key-value pairs to store with the contact
Example:
{
"source": "website",
"campaign": "summer2024"
}