Sign in

Get geo sources

documented

Retrieve geo data sources for a given source.

GET /api/v1/accounts/{account_id}/sources/{tsO_id}/geo_sources.jsonSourcesno 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}}/geo_sources.json" \
  -u "{{CALLTRACKINGMETRICS_API_KEY}}:{{CALLTRACKINGMETRICS_SECRET}}" \
  -H "Accept: application/json"
Get geo sources · calltrackingmetrics · OpenIntegrations