Endpoints
Conversation - Get Variables
GET
/
variables
/
{conversation-id}
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
Response
200 - application/json
conversationId
string
requiredvarName
string
requiredvarValue
string
requiredWas this page helpful?