Webhook Security
Webhook requests sent from Govly are signed with your Webhook Signature Key which can be found on the API integration dashboard.Signature Verification
Each request will include theGovly-Webhook-Signature header which is a SHA2 hex digest of the webhook checksum, signed with your secret key.
To verify the signature, you can join your secret key and the webhook checksum on a period. Then, compare the result to Govly-Webhook-Signature to confirm the request is from Govly.