CSRF bypass/disable for api endpoint?

Is there a way to disable the csrf requirement for specific urls?

I can't send a webhook from an external provider because I've enabled csrf in my node app, and it's therefore pinging back a 403 - invalid csrf token.

Thanks!

You can disable CSRF protection for specific server actions:

1 Like

You sir, are a legend. :star_struck:
Thanks!