API Documentation
Authorization
Agents
Phone Numbers
SIP
Messaging
Knowledge
Accounts
Billing
Fetch Context
Fetch additional information context stored for conversations with a particular person.
GET
/
api
/
v2
/
context
curl --request GET \
--url https://api.vida.dev/api/v2/context
{
"success": true,
"context": "Customer Name: John Doe, Car Model: Toyota Camry, Last Oil Change: 2023-05-15"
}
curl --request GET \
--url https://api.vida.dev/api/v2/context
{
"success": true,
"context": "Customer Name: John Doe, Car Model: Toyota Camry, Last Oil Change: 2023-05-15"
}