/api/webhook/* and turning on Webhook Access in your app’s settings. When enabled, only /api/webhook/* routes are publicly accessible — all other routes remain protected.
Setup
Create an API route in your app under the/api/webhook/ path:
Receive HTTP callbacks from external services.
/api/webhook/* and turning on Webhook Access in your app’s settings. When enabled, only /api/webhook/* routes are publicly accessible — all other routes remain protected.
/api/webhook/ path: