Autotask webhook requires authentication

When I try to trigger an autotask by webhook I get a message that authenticaiton token is missing
Isn't the whole idea of webhooks is that external services should be able to trigger it?
Authentication and security should be done on the webhook level itself. Otherwise how is webhook different than triggering it manually via the sdk?

I wanted to follow up on this in case other users run into this issue. This issue occurs when a GET request is made to the webhook use a POST request instead. See our docs for more information