To add a webhook, you will be asked :
- the endpoint URL
- which event you want to send
Once created, we will give you the signature key that you could use to verify webhook’s authenticity.
Webhooks are shared across all users of an organization.
Our webhooks payload are in a JSON format and follow the same structure :
→ event : the event name
→ timestamp : timestamp of when the webhook was sent
→ data : an object containing properties to describe the event
Vulnerability Created
Training Completed
Verify webhooks
You can verify the authenticity of a Symbiotic webhook you receive using the signature key available in your Symbiotic account and the header symbioticsec_signature
Signature is calculated using the following code on our side :