list_dids_in_country_city
Discover available DIDs in a specific city and country, filtering by SMS functionality and pagination. Returns details like activation cost, monthly fees, and required documents for purchasing.
Instructions
List of available DID in a city of a country
Args: country_id: ID of country for search city_id: ID of city in a country sms_enabled: search for DID with SMS functionality page: page of result starting with 1 per_page: how many results should be on per page
Returns a JSON object with available DIDs where: dids: Array of DID available for purchasing where: id: ID of DID country: Country name city: City name sms_enabled: Is number capable of receiving SMS channels: How many parallel channels have DID free_min: How many free minutes per month DID have activation: Activation cost for DID in USD monthly: Monthly fee for DID per_minute: Per minute cost for DID origination_per_min: per minute cost if origin based rate applied required_documents: required documents for activating number, where: 1 = Any form of ID 2 = Proof of address 3 = Proof of local address number: DID Number in E164 format pagination: Pagination details for results page: current page of results total_pages: total pages results total: total query records
403 error indicates disabled API calls for purchase.
Example:
Input Schema
Name | Required | Description | Default |
---|---|---|---|
city_id | Yes | City ID | |
country_id | Yes | Country ID | |
page | No | Search page | |
per_page | No | Search per page | |
sms_enabled | No | Filter for sms enabled numbers |