Is there anyway to invoke an Edge function without Authorization Header?

I'm currently using Twilio's Conversations API, where they allow a webhook to react to different things happening. I'd love to send some hooks back over to my Edge Functions to handle them but it seems I cannot Invoke them without any Auth header. Twilio doesn't seem to give me that option to add headers. Would Supabase recognise Auth params? in the url?
Was this page helpful?