POST
/
phone_numbers
/
purchase
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>"
}

Body

application/json

Response

200
application/json

Successful operation

The response is of type object.