Auto-refresh access token for Zoom API not working

Ok, it seems that this was way easier than I thought (although it doesn't seem very secure :sweat_smile:)

  1. Create a JWT app in Zoom

  2. Fill out the information and click on View JWT Token

  3. Choose "Other" and set a date in the future (this is the unsecure part. :sweat_smile: Ideally, I should be able to create a new one for every request) and copy the Token

  4. Create a new REST API resource in Retool

  5. Set the Base URL, the Content-Type header to application/json and the Authorization header (Bearer <TOKEN>).

  6. Save the resource. Now you can create a query that uses it.