Reserves a DNI, associating a temporary set of attributes to a specific virtual agent. The virtual agent is linked to the API key used in the request. When the caller dials the reserved DNI, they are routed to the agent, which can consume the provided attributes. In most cases, the API key for this endpoint is different from the key used for other API endpoints.
Attributes that will be consumed by the virtual agent. Flexible mapping of key → value.
{
"shared_id": "1234",
"customer": { "address": "test lane", "age": 25 },
"previous_calls": ["call_id_1", "call_id_2"]
}Successfully reserved a DNI.
The reserved DNI identifier.