Ok, it seems that this was way easier than I thought (although it doesn't seem very secure
)
-
Create a JWT app in Zoom
-
Fill out the information and click on View JWT Token
-
Choose "Other" and set a date in the future (this is the unsecure part.
Ideally, I should be able to create a new one for every request) and copy the Token
-
Create a new REST API resource in Retool
-
Set the Base URL, the
Content-Typeheader toapplication/jsonand theAuthorizationheader (Bearer <TOKEN>).
-
Save the resource. Now you can create a query that uses it.

