cURL
curl --request POST \ --url https://api.g-tateth.com/api/telephony/ivr/menus \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "greeting": "<string>", "options": [ {} ], "timeout": 10 } '
Creates an interactive voice response menu
Documentation IndexFetch the complete documentation index at: https://docs.g-tateth.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.g-tateth.com/llms.txt
Use this file to discover all available pages before exploring further.
JWT token authentication (for user sessions)
IVR menu created successfully