PATCH
/
phonenumbers
/
{phoneNumberId}
curl --request PATCH \
  --url https://my.cald.ai/client/api/v1/phonenumbers/{phoneNumberId} \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "agentId": "<string>"
}'
{
  "phoneNumberId": "<string>",
  "phoneNumber": "<string>",
  "price": 123,
  "agentId": "<string>"
}

Authorizations

Authorization
string
header
required

Your API key, e.g. caldLiveDe39a3accb206dd615f30d118e519df0

Path Parameters

phoneNumberId
string
required

The phone number ID of the phone number

Body

application/json

Response

200
application/json
Success response with phone number details

The response is of type object.