Skip to main content
POST
/
webhooks
/
{webhookId}
/
ping
Ping Webhook
curl --request POST \
  --url https://api.dfns.io/webhooks/{webhookId}/ping \
  --header 'Authorization: Bearer <token>' \
  --header 'X-DFNS-USERACTION: <api-key>'
{
  "status": "<string>",
  "error": "<string>"
}

Authentication

✅ Organization User (CustomerEmployee)
❌ Delegated User (EndUser)
✅ Service Account

Required Permissions

Webhooks:Ping: Always required.

Authorizations

Authorization
string
header
required
X-DFNS-USERACTION
string
header
required

Path Parameters

webhookId
string
required
Minimum length: 1

Response

200 - application/json
status
string
required
error
string