Setup
Contact devsupport@covver.io to setup a webhook destination URLWebhook events
Webhook format
All Webhooks are sent as a POST message and have this format:Webhook signature
All Webhooks include acovverSignature
header to validate that the webhook is indeed coming from us as well as covverIdempotencyKey
which is a unique key sent out per webhook.
Webhooks are signed using the code below where the secret is your client secret and the payload is the body of the POST request