cURL
curl --request POST \ --url https://gateway.inviolet.ai/v1/webhooks \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "url": "<string>", "events": [ "approval.granted" ] } '
API key minted at /settings/api-keys. Three scopes: read_only, policy_write, admin.
read_only
policy_write
admin
approval.granted
approval.denied
audit.export.completed
Created (signing secret in response — store it now).