How WebHook App using JWT for server-to-server authentication

Description

Hello!

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

Hey @heidi.zh.n,

If you create a JWT App, you can add the Event Subscription feature to it, which are Webhooks. :slight_smile:

Thanks,
Tommy

Great. @tommy this works. Thank you.

However, I don’t see the logs of posted event, which are available for webhook app.

The logs I see is all the REST apis that my app called. Where can I find the posted event log to my JWT app with event subscription?

1 Like

Hey @heidi.zh.n,

Glad it works! :slight_smile:

At this time, we do not have a view of the JWT Webhook logs in the App Marketplace dashboard.

We are working to add these logs sometime this year.

Thanks,
Tommy