Toggles verification metadata on a single entry in a contact’s phoneNumber[] or email[] array. Pass verifiedAt as an ISO timestamp to mark the entry verified (also stamps verifiedBy from the caller and the supplied verificationSource); pass verifiedAt: null (or omit it) to clear all three. Phone values are normalized via the same E.164 helper the rest of the API uses; email values are lower-cased. Scoped to the caller’s organization unless SUPERADMIN. Emits a contact_updated socket event and writes a manual-event audit entry (CONTACT_METHOD_VERIFIED / CONTACT_METHOD_UNVERIFIED).
Documentation Index
Fetch the complete documentation index at: https://docs.tetherai.ca/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Toggle verification on a single phone or email entry. value must match an existing entry on the contact (phones are normalized to E.164; emails are lower-cased). Pass verifiedAt to mark verified; pass null (or omit) to clear.
phone, email Phone (any format — normalized server-side) or email address.
ISO 8601 timestamp to set, or null to clear all verification fields on this entry.
Free-form label of where the verification came from (e.g. webchat, admin-manual). Only stored when verifiedAt is set.