Test webhook endpoint

Send a test webhook to verify endpoint configuration

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

entityIdstringRequired
Entity ID

Request

This endpoint expects an object.
webhookUrlstringRequiredformat: "uri"
Webhook URL to test
secretstringOptional

Secret for signature verification (optional)

Response

Test webhook delivered successfully
successboolean or null
messagestring or null
responseobject or null

Errors