Access data in headers on GET function

I'm using Google's push notification api to update my users' calendars. That means Google will hit my GET endpoint every time they change their calendar. Their request has no body; all the data I need is in the headers.

But I don't see a way to access data in the headers. My inputs appear to only access data in the body.

Could I get header access please? 🙏

[image.png]
Other
6 replies