Skip to main content
POST
Register webhook

Authorizations

x-api-key
string
header
required

API key for merchant authentication required for most endpoints

Body

application/json
url
string<uri>
required

Webhook URL to receive events

Example:

"https://example.com/webhook"

Response

Webhook registered successfully

success
boolean
Example:

true

message
string
Example:

"Webhook registered successfully"

data
object