{"service":"Zoom API","base_url":"https://api.zoom.us/v2","auth":{"type":"bearer"},"intents":[{"id":"list_sub_accounts","method":"GET","path":"/accounts","params":{"page_size":"number","page_number":"number","next_page_token":"string"},"returns":"List all sub accounts"},{"id":"create_sub_account","method":"POST","path":"/accounts","params":{"first_name":"string","last_name":"string","email":"string","password":"string"},"returns":"Create new sub account"},{"id":"get_account_details","method":"GET","path":"/accounts/{accountId}","params":{"accountId":"string"},"returns":"Get sub account details"},{"id":"disassociate_sub_account","method":"DELETE","path":"/accounts/{accountId}","params":{"accountId":"string"},"returns":"Disassociate sub account"},{"id":"get_billing_info","method":"GET","path":"/accounts/{accountId}/billing","params":{"accountId":"string"},"returns":"Get billing information"},{"id":"update_billing_info","method":"PATCH","path":"/accounts/{accountId}/billing","params":{"accountId":"string"},"returns":"Update billing information"},{"id":"list_invoices","method":"GET","path":"/accounts/{accountId}/billing/invoices","params":{"accountId":"string","from":"string","to":"string"},"returns":"List billing invoices"},{"id":"get_invoice_details","method":"GET","path":"/accounts/{accountId}/billing/invoices/{invoiceId}","params":{"accountId":"string","invoiceId":"string"},"returns":"Get invoice details"},{"id":"get_locked_settings","method":"GET","path":"/accounts/{accountId}/lock_settings","params":{"accountId":"string","option":"string","custom_query_fields":"string"},"returns":"Get locked settings"},{"id":"update_locked_settings","method":"PATCH","path":"/accounts/{accountId}/lock_settings","params":{"accountId":"string"},"returns":"Update locked settings"},{"id":"get_managed_domains","method":"GET","path":"/accounts/{accountId}/managed_domains","params":{"accountId":"string"},"returns":"Get managed domains"},{"id":"update_account_options","method":"PATCH","path":"/accounts/{accountId}/options","params":{"accountId":"string"},"returns":"Update account options"},{"id":"update_account_owner","method":"PUT","path":"/accounts/{accountId}/owner","params":{"accountId":"string","email":"string"},"returns":"Update account owner"},{"id":"get_plan_info","method":"GET","path":"/accounts/{accountId}/plans","params":{"accountId":"string"},"returns":"Get plan information"},{"id":"subscribe_plans","method":"POST","path":"/accounts/{accountId}/plans","params":{"accountId":"string"},"returns":"Subscribe plans to account"},{"id":"get_plan_usage","method":"GET","path":"/accounts/{accountId}/plans/usage","params":{"accountId":"string"},"returns":"Get plan usage information"},{"id":"list_cloud_recordings","method":"GET","path":"/accounts/{accountId}/recordings","params":{"accountId":"string","page_size":"number","next_page_token":"string","from":"string","to":"string"},"returns":"List cloud recordings"},{"id":"setup_phone_account","method":"POST","path":"/accounts/{accountId}/phone/setup","params":{"accountId":"string"},"returns":"Set up Zoom Phone account"},{"id":"update_phone_settings","method":"PATCH","path":"/accounts/{accountId}/phone/settings","params":{"accountId":"string"},"returns":"Update BYOC phone settings"},{"id":"assign_sip_trunks","method":"POST","path":"/accounts/{accountId}/phone/sip_trunk/trunks","params":{"accountId":"string"},"returns":"Assign SIP trunks to account"}]}