calltrackingmetrics
Call tracking and workflow automation
| API | Protocol | Base URL | Docs | Reference | OpenAPI | SDKs |
|---|---|---|---|---|---|---|
| Main | rest | https://api.calltrackingmetrics.com/ | link | — | — | — |
Actions (15)
Numbers · 5
- Get call settingGET /api/v1/accounts/{account_id}/call_settings/{call_setting_id}
Retrieve a call setting by its ID.
documented - Get tracking numberGET /api/v1/accounts/{account_id}/numbers/{tpn_id}
Retrieve details for a specific tracking number.
documented - Purchase numberPOST /api/v1/accounts/{account_id}/numbers
Purchase a new tracking number for the specified account.
documented - Search numbersGET /api/v1/accounts/{account_id}/numbers/search.json?country={country}&searchby={criteria}&{optional_params}
Search available numbers by area code, address, or pattern.
documented - Update numberPOST /api/v1/accounts/{account_id}/numbers/{tpn_id}/update_number
Update routing or settings for a tracking number.
documented
Voice Menus · 4
- Create voice menuPOST /api/v1/accounts/{account_id}/voice_menus
Create a voice menu for inbound call routing.
documented - Create voice menu itemPOST /api/v1/accounts/{account_id}/voice_menus/{voice_menu_id}/voice_menu_items
Add an item to a voice menu (e.g., dial, message, or nested menu).
documented - Get voice menuGET /api/v1/accounts/{account_id}/voice_menus/{voice_menu_id}
Retrieve details about a voice menu.
documented - Get voice menu itemGET /api/v1/accounts/{account_id}/voice_menus/{voice_menu_id}/voice_menu_items/{voice_menu_item_id}
Retrieve details for a voice menu item.
documented
Sources · 3
- Add number to sourcePOST /api/v1/accounts/{account_id}/sources/{tsO_id}/numbers/{tpn_id}/add
Attach a tracking number to an existing source.
documented - Create tracking sourcePOST /api/v1/accounts/{account_id}/sources
Create a new tracking source (e.g., Google Adwords).
documented - Get geo sourcesGET /api/v1/accounts/{account_id}/sources/{tsO_id}/geo_sources.json
Retrieve geo data sources for a given source.
documented