GET
/
phonenumbers
curl --request GET \
  --url https://my.cald.ai/client/api/v1/phonenumbers \
  --header 'Authorization: <api-key>'
[
  {
    "phoneNumberId": "<string>",
    "phoneNumber": "<string>",
    "price": 123,
    "agentId": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Your API key, e.g. caldLiveDe39a3accb206dd615f30d118e519df0

Response

200 - application/json

List of available phone numbers

The response is of type object[].

GET
/
phonenumbers
curl --request GET \
  --url https://my.cald.ai/client/api/v1/phonenumbers \
  --header 'Authorization: <api-key>'
[
  {
    "phoneNumberId": "<string>",
    "phoneNumber": "<string>",
    "price": 123,
    "agentId": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Your API key, e.g. caldLiveDe39a3accb206dd615f30d118e519df0

Response

200 - application/json

List of available phone numbers

The response is of type object[].