Skip to main content
POST
/
v1
/
apps
/
{app_id}
/
webhooks
/
{id}
/
test
Test webhook endpoint
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>"
}

Authorizations

Authorization
string
header
required

API Secret token

X-Authorization
string
header
required

User Access token

Path Parameters

app_id
string
required

Application ID

id
string
required

Webhook endpoint ID

Response

successful

message
string

Success message

Example:

"Test webhook dispatched"

event_id
string

ID of the test event created