Skip to main content
POST
Validate Feed Webhook Destination
When a webhook alert pings your server, we provide a signature to verify that the alert is coming from us. This signature should match a hash of the incoming request’s body. To perform this verification, you need:
  • The secret generated when first creating the webhook
  • The signature in the header daylight-signature
  • The string of the body included in the request

Example verification function

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

uid
string<uuid>
required

Response

200

success
boolean
required
error
string