Invoke a call answer

get
https://{api-gateway-hostname}
/v2/callback/agentAnswer
agentId
string

The ID of the agent who answered the call.

<= 1024 characters
queueId
string

The ID of the queue or skill group the call was routed to.

<= 1024 characters
ani
string
required

The caller's ANI. If multiple calls registered with Mindful exist in the Connecting phase with the same ANI, only the most recent call attempt will receive the answer event.

Match pattern:
^\+?[1-9]\d{1,14}$

The agent answer request was successfully accepted for processing

Auth
:
Server Variables
:
Parameters
:
:
:
curl --request GET \
--url 'https://api.getmindful.com/v2/callback/agentAnswer?apiKey=123'