Verify the HMAC-SHA256 signature of a webhook payload against the destination’s signing key
cURL
curl --request POST \ --url https://api.ghostsecurity.ai/v2/webhook-deliveries/{id}/verify \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "payload": "<string>", "signature": "<string>" } '
{ "delivery_id": "<string>", "message": "<string>", "status": "<string>", "valid": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Webhook Delivery ID
Payload verification data
Webhook payload verification request
OK
Webhook payload verification response