Conversations
Get All Custom Variables
GET
/
variables
/
{conversationId}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
conversationId
string
requiredConversation ID.
Body
application/json · object
The body is of type object
.
Response
200 - application/json
conversationId
string
requiredvarName
string
requiredvarValue
string
requiredWas this page helpful?