Search for available numbers available to purchase
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>" } ]
Successful operation
The response is of type object[].
object[]