Variables
Get Variables
Gets the variables for a specific agent
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The ID of the agent
Response
200
application/json
Variables response
Example:
[
{
"variable": "patient_first_name",
"type": "patient_first_name"
},
{
"variable": "patient_phone_number",
"type": "patient_phone_number"
},
{
"variable": "appointment_dates",
"type": "date[]"
},
{
"variable": "callback_number",
"type": "phone_number"
}
]