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.
CSV-derived contact payloads; each must include a phone number.
Optional segmentation config (enabled, contactDistribution, etc.).
Optional assignment config (isAssignmentEnabled, assignmentType, selectedUsers, segmentAssignments).
Classification result returned
true Buckets each input contact falls into based on phone matching, ownership, message history, assignee status, and the org's contact protection period.
{
"newContacts": [
{
"firstName": "Jamie",
"phoneNumber": "+14155550133"
}
],
"existingContacts": [
{
"_id": "665f1a0c0e0a4b001a2c9f01",
"phoneNumber": "+14155550144"
}
],
"assignedToOtherUsers": [],
"alreadyMessagedOutbound": [],
"alreadyMessagedInbound": [],
"assignedToYouNotOwned": [],
"protectedContacts": []
}