Endpoints
Conversation - Get One Variable
GET
/
variables
/
{conversation-id}
/
{varName}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
conversation-id
string
requiredID of the conversation
varName
string
requiredName of the variable
Response
200 - application/json
conversationId
string
requiredvarName
string
requiredvarValue
string
requiredWas this page helpful?