v1

latestOpenAPI 3.0.32026-07-14490228.1 KB

Get Dial List By ID

This endpoint retrieves a dial list owned by the client.

get/diallists/{id}

Path parameters

idinteger required

The ID used to identify the dial list.

Response

200

Example response

{
  "data": {
    "id": 1,
    "name": "Test Dial List",
    "numbers": [
      {
        "number": "+15555555551"
      }
    ],
    "scope": "client",
    "status": "active",
    "numbers_count": 2
  }
}