1
Create a secret token for your subscription
You’ll create your secret token when you create the subscription in Command Center. You will not be able to retrieve this secret after creating it.
If your webhook key is compromised or accidentally made public, contact support@noyo.com as soon as possible
2
Generate a signature
The signature is hex encoded and can be replicated by applying HMAC-SHA-256 to the body of the webhook with your webhook key.
3
Confirm the signature
Webhook signatures are sent in the
x-noyo-signature
header. You can verify that Noyo sent the event by comparing the signatures.JavaScript