Sign in

Update number

documented

Update routing or settings for a tracking number.

POST /api/v1/accounts/{account_id}/numbers/{tpn_id}/update_numberNumbersno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.calltrackingmetrics.com/api/v1/accounts/{{$account_id}}/numbers/{{$tpn_id}}/update_number" \
  -X POST \
  -H "Authorization: Basic {{CALLTRACKINGMETRICS_API_KEY}}:{{CALLTRACKINGMETRICS_SECRET}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"dial_route": "number", "numbers_id": ["{{$rpn_id}}"]}'
Update number · calltrackingmetrics · OpenIntegrations