I have implemented a webhook app. When the app receive event meeting, it needs to call zoom API to query some information. For example, calling user endpoints to retrieve details of operator by operator_id in meeting.created event. The Get Users Endpoint.
Based on Zoom JWT, my app should use JWT for the REST calls. However, how can get the JWT for my WebHook app? I visited the JWT app page but don’t see anywhere that I can register my WebHook app to JWT in order to get a JWT. Please advise.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
Webhook App