v1
latestOpenAPI 3.0.32026-07-14490228.1 KBCreate Dial List
This endpoint creates a new dial list and associates it with the client.
post/diallists
Request body
Response
201
Example response
{
"id": 1,
"name": "Test Dial List",
"numbers": [
{
"label": "Test 1",
"number": "+15555555551"
}
],
"scope": "client",
"status": "active",
"numbers_count": 2
}