Skip to main content
GET
/
v1
/
phone-numbers
/
inventory
Get Phone Number Inventory
curl --request GET \
  --url https://api.example.com/v1/phone-numbers/inventory
{
  "countries": [
    {
      "country_code": "<string>",
      "country_name": "<string>",
      "provider": "<string>",
      "number_types": [
        {
          "number_type": "<string>",
          "setup_fee": 123,
          "monthly_fee": 123,
          "currency": "<string>",
          "available": true
        }
      ],
      "flag_emoji": "<string>"
    }
  ],
  "currency": "INR",
  "markup_percentage": 20
}

Response

200 - application/json

Successful Response

Complete phone number inventory/catalog. Shows all available countries and number types with pricing.

countries
CountryInventory · object[]
required
currency
string
default:INR
markup_percentage
integer
default:20

Markup applied to provider pricing