POST
/
phonenumbers
curl --request POST \
  --url https://my.cald.ai/client/api/v1/phonenumbers \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "prefix": "+1415",
  "agentId": "<string>"
}'
{
  "phoneNumberId": "<string>",
  "phoneNumber": "<string>",
  "price": 123,
  "agentId": "<string>"
}
Phone numbers through the API can currently only be purchased in the U.S., for other countries please contact support. U.S. phone numbers are priced at $ 10.00 per month. If you cancel your phone number, you will be charged for the current month, but will not be charged again.

Authorizations

Authorization
string
header
required

Your API key, e.g. caldLiveDe39a3accb206dd615f30d118e519df0

Body

application/json

Response

200
application/json

Success response with phone number details

The response is of type object.