v1

latestOpenAPI 3.0.32026-07-246376162.1 KB
Numbers

Get purchased phone numbers

Returns a list of all purchased phone numbers.

get/api/v4/numbers

Query parameters

limitinteger

The number of items to return.

offsetinteger

The number of items to skip before starting to collect the result set.

Response

OK

Example response

{
  "numbers": [
    {
      "id": 18,
      "phone_number": "421233056080",
      "label": "Main line",
      "type": "geographic",
      "country": "Slovakia",
      "city": "Bratislava",
      "channels": 4,
      "provider": "Voiso",
      "pricing": {
        "activation_fee": "4.99",
        "monthly_fee": "5.99",
        "partial_month_fee": "3.79",
        "price_per_min": "0.0152"
      },
      "caller_id_groups": [
        {
          "id": 1,
          "name": "Default"
        }
      ],
      "flow": {
        "id": "0b62763c-40d6-4ec8-8380-3cb94e442a75",
        "name": "Lead Qualification"
      },
      "created_at": "2025-11-11T12:00:00.216000Z",
      "updated_at": "2025-11-11T12:00:00.216000Z"
    }
  ],
  "metadata": {
    "total": 100
  }
}