Send a test webhook
Webhooks
Send a test webhook
Sends a test webhook to the subscription’s URL to verify connectivity and configuration.
POST
Send a test webhook
Authorizations
API token for authentication
Body
application/json
Response
Test webhook sent (check response for success/failure)
Whether the test webhook was delivered successfully
Example:
true
HTTP status code returned by the webhook endpoint
Example:
200
Response body from the webhook endpoint
Example:
"{\"received\": true}"
Error message if the test failed
Example:
null
