Pickup

Answer specified call

post

Call queue Answer specified call

Authorizations
Path parameters
idall ofrequired

The unique ID of call queue.

The unique ID of the resource.

session_idall ofrequired

The unique ID of session in call queue.

The unique ID of the resource.

Responses
curl -L \
  --request POST \
  --url 'https://HOSTNAME:8887/api/call_queues/{id}/waiting/{session_id}/pickup' \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'

No body

Was this helpful?