Sign in

Search numbers

documented

Search available numbers by area code, address, or pattern.

GET /api/v1/accounts/{account_id}/numbers/search.json?country={country}&searchby={criteria}&{optional_params}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/search.json?country={{$country}}&searchby={{$criteria}}&{{$optional_params}}" -X GET -H "Authorization: Basic {{CALLTRACKINGMETRICS_API_KEY}}:{{CALLTRACKINGMETRICS_SECRET}}" -H "Accept: application/json" -H "Content-Type: application/json"
Search numbers · calltrackingmetrics · OpenIntegrations