Update number
documentedUpdate routing or settings for a tracking number.
POST /api/v1/accounts/{account_id}/numbers/{tpn_id}/update_numberNumbersno implementation yet0 runsNo 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}}"]}'