v1

latestOpenAPI 3.0.32026-07-246376162.1 KB
Numbers

Get phone number

Returns detailed information about a specific phone number.

get/api/v4/numbers/{number_id}

Path parameters

number_idinteger required
Example:42

The unique identifier of the phone number.

Response

OK

Example response

{
  "number": {
    "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"
  }
}