Find contacts by name, last name, email, phone number, WhatsApp number, or channel value. Use the returned contact ids with related endpoints like /v1/contacts/{id}/tickets and /v1/contacts/{id}/calls.
Conduit API token. Use Authorization: Bearer <token>. Read/write endpoints require a token with write access.
Workspace to query.
"j57demo8f8x7c9v0n2q4r6t8y1u3i5o"
Search value. Common lookups include email address, phone number, first name, and last name.
"joe@gmail.com"
Field to search. any uses heuristics: email-like input searches channels, phone-like input searches phone channels, otherwise it searches contact metadata.
any, name, first_name, last_name, email, phone, whatsapp, channel "email"
1 <= x <= 100true, false