Skip to main content
POST
/
v1
/
webhooks
/
{webhookId}
/
test
Send test event
curl --request POST \
  --url https://api.daimo.com/v1/webhooks/{webhookId}/test \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "eventType": "session.processing"
}
'
{
  "success": true
}

Authorizations

Authorization
string
header
required

API key passed as a Bearer token

Path Parameters

webhookId
string
required

Webhook endpoint ID

Example:

"02ab4563-07ee-4373-8472-9c7dc1027409"

Body

application/json
eventType
enum<string>
required

Event type to simulate.

Available options:
session.processing,
session.succeeded,
session.bounced

Response

Test event queued

success
enum<boolean>
required
Available options:
true