Using this template helps us debug your issues more effectively
Description
I am trying to get all zoom recordings using JWT token . I am using AJAX Request
Error
Currrently i am getting : URL has been blocked by CORS policy: Response to preflight request doesnât pass access control check: No âAccess-Control-Allow-Originâ header is present on the requested resource.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
Knowing the endpoint/s can help us to identify your issue faster. Please link the ones you need help/have a question with.
Are you calling our API from your frontend? If so, a CORS error will be expected. Our APIs must be called from your backend. You can then pass the response to your frontend as needed.