cURL
curl --request POST \ --url https://api.vogent.ai/api/phone_numbers/purchase \ --header 'Content-Type: application/json' \ --data '{ "number": "<string>" }'
{ "id": "<string>", "number": "+18001234567", "agentId": "<string>" }
Purchase an available phone number.
Successful operation
The response is of type object.
object