Get voice menu
documentedRetrieve details about a voice menu.
GET /api/v1/accounts/{account_id}/voice_menus/{voice_menu_id}Voice Menusno implementation yet0 runsNo 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}}/voice_menus/{{$voice_menu_id}}' -X GET -H 'Accept: application/json' -H 'Content-Type: application/json' -u '{{CALLTRACKINGMETRICS_API_KEY}}:{{CALLTRACKINGMETRICS_SECRET}}'