Setting Authorization info for Webhook Endpoint Url

API Endpoint(s) and/or Zoom API Event(s)
Configuring the “Event notification endpoint URL” on the Event Subscriptions feature

Description
My test environment requires a specific Basic Auth header to be sent in the POST with the Zoom webhook; alternatively, it is possible to embed user/password information directly in the URL (again, this is a test environment, so there is no sensitive information / lower security).

There doesn’t seem to be a way to configure the Authorization header for the webhook POST; and it doesn’t seem possible to embed the user/password in the URL

Error?
On the Endpoint URL input, i get the error Wrong url format when I try to use an endpoint like https://user:pass@my.testenvironment.com/graphql/zoom … however, i’m able to use a URL like https://my.testenvironment.com/graphql/zoom (except my test server will not accept the POSTs, because of the lack of authorization info).

Which App Type (OAuth / Chatbot / JWT / Webhook)?
Server-to-Server OAuth

Hi @mhofmann

our webhooks cannot send any headers. But you can consider to use websockets which are in beta at the moment. With websockets you do not provide zoom with an endpoint, instead zoom provides you with an endpoint that you need to open a websocket connection with. Once the connection is open, zoom will continue to send you all these events in real time. The events received in websockets contain similar payload as webhooks. WebSockets are in a public beta. Fill out this Google Form to sign up.
You can find more information here: https://marketplace.zoom.us/docs/api-reference/websockets/

Hello sir,

I have created OAUTH App and I am not understanding the Event notification endpoint URL [production]
how to make it and how can we generate it I have seen some youtube videos, references but there is no result for me please solve this issue as soon as possible.

Thanks