cURL
curl --request GET \ --url https://api.zixflow.com/api/v1/campaign/rcs/variable-keys/{botId} \ --header 'Authorization: Bearer <token>'
{ "status": true, "message": "Success", "data": [ { "key": "Customer_Name", "type": "string" }, { "key": "Appointment_Date", "type": "date" } ] }
Retrieve the variable details for a specific RCS template.
true
false
Show data