Sign in

Add number to source

documented

Attach a tracking number to an existing source.

POST /api/v1/accounts/{account_id}/sources/{tsO_id}/numbers/{tpn_id}/addSourcesno 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}}/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}}"]}'
Add number to source · calltrackingmetrics · OpenIntegrations