Webhook missing authorization header

Description
I set up a webhook app in the marketplace to notify my endpoint at meeting start and meeting end. I don’t see authorization in the header. Using php, getallheaders(), returns this:

Array
(
    [User-Agent] => Zoom Marketplace/1.0a
    [Connection] => close
    [Host] => [my host]
    [Content-Length] => 341
    [Content-Type] => application/json; charset=utf-8
    [X-Zm-Trackingid] => Webhook_[id string]
    [Clientid] => [id string]
)

Should I be getting that a different way?

Error
n/a

Which App Type (OAuth / Chatbot / JWT / Webhook)?
webhook, meeting start and meeting end.

Which Endpoint/s?
n/a

How To Reproduce (If applicable)
Steps to reproduce the behavior:
start/end meeting, log output from getallheaders() in PHP 7

Screenshots (If applicable)
n/a

Additional context
let me know if there is anything else you need.

Hey @dojohnso,

Please see this post about PHP Webhook Authorization header:

Thanks,
Tommy

Oh that’s very helpful. Thanks, @tommy!

1 Like

You are welcome! :slight_smile:

Let us know if you have additional questions!

-Tommy