Skip to main content
POST
/
v1
/
security-penetration-tests
/
webhook
Receive penetration test webhook events
curl --request POST \
  --url http://localhost:3333/v1/security-penetration-tests/webhook \
  --header 'X-API-Key: <api-key>'

Authorizations

X-API-Key
string
header
required

API key for authentication

Headers

X-Organization-Id
string

Organization ID (required for session auth, optional for API key auth)

X-Webhook-Token
string

Optional webhook token header. Query param webhookToken is also accepted.

X-Webhook-Id
string

Optional provider event identifier used for idempotency detection.

Query Parameters

Response

Webhook handled