Verifying authorization token in deauth webhook

Description
We are looking to implement a webhook listener for deauthorization requests sent from zoom. According to the documentation from here, there is going to be an authorization header in the request with a verification token that is managed in the features section of the app in the marketplace. Is there any way to retrieve this app verification token through some API? Cannot seem to find a document stating how to actually retrieve the token other than by “retrievable via Marketplace → Manage → {YourApp} → Features.” Any insights welcomed!

Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth

Hi @jh_cvt,

Thanks for reaching out about this, and good question. At this time, the verification token is only provided in the GUI, however it’s a great suggestion to be able to retrieve programmatically as well.

From the UI, you should see it on the Feature tab of your app:
image

Thanks,
Will

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.