# Validate a webhook signature Validate a webhook signature Verifies that the provided signature matches the payload and secret. This is intended for debugging webhook integrations. Business Applications: - Webhook troubleshooting - Signature validation testing Real Example: bash curl --location 'https://{{host}}/api/v1/webhook/test/validate' \ --header 'Authorization: bearer {{token}}' \ --header 'Content-Type: application/json' \ Endpoint: POST /api/v1/webhook/test/validate Version: 1.0.0 Security: BearerAuth ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 500 fields