Skip to main content
POST
Register a webhook

Authorizations

Authorization
string
header
required

Access token issued by POST /v1/auth/token.

x-zeam-auth
string
header
required

Application secret (the apiKey issued at registration), validated at the Kong edge.

Body

application/json
url
string<uri>
required

HTTPS endpoint that receives events. Plain http is tolerated in the sandbox only.

type
enum<string>
required

The event that triggers delivery. One active registration is allowed per association and event type.

Available options:
IntentInitiated,
IntentProcessing,
IntentFailed,
IntentSuccessful,
IntentRefunding,
IntentRefunded,
IntentRefundFailed,
IntentCancelled

Response

Webhook registered.

id
string<uuid>
required

The new registration id.