Skip to main content
POST
Create webhook endpoint

Authorizations

Authorization
string
header
required

API key passed as a Bearer token

Body

application/json
url
string<uri>
required

HTTPS URL that will receive POST requests

Example:

"https://example.com/webhooks/daimo"

events
enum<string>[]

Event types to subscribe to. Defaults to ["*"].

Webhook event type (or * for all events)

Available options:
*,
session.processing,
session.succeeded,
session.bounced
description
string

Human-readable label for this endpoint

Response

Webhook endpoint created

webhook
object
required