Skip to main content
PATCH
Update webhook configuration

Authorizations

X-API-Key
string
header
required

Partner API key for platform partners. Must be paired with the X-API-Secret header. Authorizes the /partners/* endpoints; on order and link endpoints it may accompany a merchant key as attribution, but the merchant key is what selects the store.

X-API-Secret
string
header
required

Partner API secret for platform partners. Must be combined with the X-API-Key header. Both headers are required for two-factor authentication on /partners/* endpoints.

Body

application/json
url
string<uri>

HTTPS endpoint that will receive all partner webhooks.

Example:

"https://your-platform.com/webhooks/wava"

events
string[]

Events to subscribe to.

Example:

Response

Configuration updated

data
object