Using Zoom Webhook Opt-Out-Status with an Ellucian Data Connect URL endpoint

We created an endpoint in Ellucian data connect and then added this endpoint to a new Event Subscription with the the App we created. This new Event Subscription was created in the “Feature” section of our App. This App is used to send SMS message to users and we want to capture the opt-out status for anyone that types STOP in our SMS campaign so we can update our DB with the Opt-Out status. I can’t validate my new Data Connect Endpoint from within the Zoom app because we believe the Authentication might be an issue. The Data Connect Authentication uses Bearer token so we selected “Custom Header” under the Authentication Header Option and used header key of “x- Authorisation” (the -x is hard coded there) and as a Header value we Tried our Ethos Key (part of setting up the Data Connect endpoint) proceded by the word “Bearer” and we also tried generating the Bearer token from Data Connect. So we are stuck on trying to figure out this Authorization section within the Zoom app’s Webhook setup area within the features tab of the SMS app.