Skip to main content
POST
/
webhooks
/
v1
/
endpoints
/
{id}
/
test
Send a test event to a webhook endpoint
curl --request POST \
  --url https://api.case.dev/webhooks/v1/endpoints/{id}/test \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "eventType": "<string>",
  "payload": {}
}
'

Authorizations

Authorization
string
header
required

API key starting with sk_case_

Path Parameters

id
string
required

Body

application/json
eventType
string

Event type to simulate. Defaults to "webhook.test".

payload
object

Custom data payload. Defaults to a small placeholder.

Response

Delivery result