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
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>"
}API Secret token
User Access token
Was this page helpful?