Add number to source
documentedAttach a tracking number to an existing source.
POST /api/v1/accounts/{account_id}/sources/{tsO_id}/numbers/{tpn_id}/addSourcesno 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}}/sources/{{$tsO_id}}/numbers/{{$tpn_id}}/add" \
-X POST \
-u "{{CALLTRACKINGMETRICS_API_KEY}}:{{CALLTRACKINGMETRICS_SECRET}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"source_id": "{{$tsO_id}}", "tpn_id": "{{$tpn_id}}", "account_id": "{{$account_id}}", "description": "{{$description}}", "tags": ["{{$tag}}"]}'