Retrieves the predefined keys (variables) that your agent is configured to use in conversations.
GET
/Integration/Agent/Values
curl \
--request GET 'https://velents-agents.velents.ai/Integration/Agent/Values' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"data": [
"company_name",
"order_id",
"customer_name"
]
}