cURL
curl --request POST \ --url https://api.vogent.ai/api/phone_numbers/search \ --header 'Content-Type: application/json' \ --data '{ "prefix": "<string>", "country": "US", "limit": 5 }'
[ { "number": "<string>" } ]
Search for available numbers available to purchase
The phone number prefix, without the country code.
The 2-letter country code.
The maximum number of candidates to return, maximum 10.
Successful operation
The phone number that's available for purchase