Skip to main content
POST
/
v2
/
api
/
dialing-queues
/
current
Reset current queue
curl --request POST \
  --url https://api.withallo.com/v2/api/dialing-queues/current \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "Monday cold calls"
}
'
{
  "data": {
    "id": "pdl_2xGh7kLmNpQr",
    "name": "Monday cold calls",
    "creator_id": "usr_abc123",
    "assignee_id": "usr_abc123",
    "voicemail_handling": "NO_SKIP",
    "do_not_disturb": "DISABLED",
    "numbers": [],
    "created_at": "2026-05-06T10:00:00",
    "updated_at": "2026-05-06T10:00:00"
  }
}

Documentation Index

Fetch the complete documentation index at: https://help.withallo.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Body

application/json

Optional payload for resetting a queue. Send an empty body to reset without renaming.

name
string | null

Display name for the new queue (max 255 characters). Leave unset to create the queue without a name.

Maximum string length: 255

Response

The newly created (empty) queue

data
object

A user's Power Dialer queue with its configuration and numbers.