Get voice menu item
documentedRetrieve details for a voice menu item.
GET /api/v1/accounts/{account_id}/voice_menus/{voice_menu_id}/voice_menu_items/{voice_menu_item_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/v1/accounts/{{$account_id}}/voice_menus/{{$voice_menu_id}}/voice_menu_items/{{$voice_menu_item_id}}" \
-X GET \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "Authorization: Basic {{CALLTRACKINGMETRICS_API_KEY}}:{{CALLTRACKINGMETRICS_SECRET}}"