GET
/
contacts
/
variables

Authorizations

Authorization
string
headerrequired

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

Query Parameters

id
string

Contact ID or Conversation ID. Required unless the conversationid request header is present.

Response

200 - application/json
variables
object

Free-form key-value store for a contact. Keys starting with _ are reserved for internal metadata. The special _sources key tracks the origin of each variable.

variableList
object[]

Formatted list of variables with source tracking.