Skip to main content
GET
/
api
/
contacts
/
{id}
/
separation-data
Get contact separation wizard data
curl --request GET \
  --url https://your-instance.example.com/api/contacts/{id}/separation-data \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "contact": {
      "_id": "64f0a1b2c3d4e5f6a7b8c9d0",
      "firstName": "Jane",
      "lastName": "Doe"
    },
    "conversations": [],
    "applications": [],
    "contactNotes": [],
    "reminders": [],
    "trainingSnapshots": [],
    "conversationMessages": {}
  }
}

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.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

Separation data returned

success
enum<boolean>
required
Available options:
true
data
object
required