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>"
}This endpoint is meant for webhook setup and troubleshooting. Calling the endpoint will trigger a fake test event that will be pushed to the webhook URL. The fake event will not be saved and not appear in further requests to Webhook Events.
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>"
}CustomerEmployee)EndUser)Webhooks:Ping: Always required.Bearer Token: Used to authenticate API requests. More details how to generate the token: Authentication flows
User Action Signature: Used to sign the change-inducing API requests. More details how to generate the token: User Action Signing flows
1Was this page helpful?