Skip to main content
POST
/
webhooks
/
v1
/
endpoints
/
{id}
/
test
curl -X POST "https://api.case.dev/webhooks/v1/endpoints/%3Cstring%3E/test" \ -H "Authorization: Bearer $CASEDEV_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "eventType": "<string>", "payload": {} }'

Documentation Index

Fetch the complete documentation index at: https://docs.case.dev/llms.txt

Use this file to discover all available pages before exploring further.

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