Description
Hello,
I have a small JWT app generating zoom meetings. All is working well, meetings are created for my account users without any problem. That is until I change endpoint (and this is the only change, same host, same meeting details) from https://api.zoom.us to the advised for European countries: https://eu01api-www4local.zoom.us. With the EU endpoint no meetings can be created and I get statuscode 401 (Unauthorised). Any ideas what could cause this please?
RequestUri looks like this: ‘https://eu01api-www4local.zoom.us/v2/users/k***@***.com/meetings’
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT
Which Endpoint/s?
‘https://eu01api-www4local.zoom.us’