cURL
curl --request POST \ --url https://{defaultHost}/v1/apps/{app_id}/webhooks/{id}/test \ --header 'Authorization: Bearer <token>' \ --header 'X-Authorization: <api-key>'
{ "message": "Test webhook dispatched", "event_id": "<string>" }
Send a test webhook to verify endpoint configuration
API Secret token
User Access token
Application ID
Webhook endpoint ID
successful
Success message
"Test webhook dispatched"
ID of the test event created
Was this page helpful?