Receive Webhook
POST/api/v1/webhooks/receive/:webhook_id
Receive incoming webhook from external service with signature verification.
This endpoint is PUBLIC and used when SpatialFlow receives webhooks from external services (e.g., payment providers, third-party integrations). The signature is verified using the configured secret for the webhook.
Security: This endpoint does not require authentication since external services cannot authenticate with our org context. Security is provided by signature validation.
Request
Responses
- 200
- 401
- 404
OK
Unauthorized
Not Found