Error while making custom API calls to create breakout rooms

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2023-06-27 10:16 PM
Created an account level oauth app in zoom.
When trying to get the meeting details, it is returning the correct response, but while trying to create a breakout room or retrieve room details it throws an error as follows
"ERROR: The resource you are requesting could not be found"
The details are mentioned below
https://api.zoom.us/v2/meetings/<meeting_id>/rooms
while trying to call this endpoint to create a breakout room from n8n http node, it throws the below error
NodeApiError: The resource you are requesting could not be found at Object.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js:1233:27) at runMicrotasks (<anonymous>) at processTicksAndRejections (node:internal/process/task_queues:96:5) at Workflow.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/Workflow.js:653:28) at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:592:53
- Topics:
-
Third party integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2023-06-27 10:49 PM
Hello,
I think you may get more replies at the Zoom dev forum.
Regards
If my reply helped, don't forget to click the accept as solution button!
