Sign in

Get tracking number

documented

Retrieve details for a specific tracking number.

GET /api/v1/accounts/{account_id}/numbers/{tpn_id}Numbersno 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}}" \
  -X GET \
  -u "{{CALLTRACKINGMETRICS_API_KEY}}:{{CALLTRACKINGMETRICS_SECRET}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Get tracking number · calltrackingmetrics · OpenIntegrations