Skip to main content
PUT
Update a webhook

Authorizations

x-api-key
string
header
required

Path Parameters

webhookUuid
string<uuid>
required

Webhook UUID.

Body

application/json

Provide at least one field when updating a webhook.

name
string
Maximum string length: 255
Example:

"Updated Webhook Name"

url
string<uri>
Maximum string length: 500
Example:

"https://merchant.example.com/webhooks/orders-v2"

Response

Webhook updated successfully.

status
boolean
required
Example:

true

message
string | null
required
Example:

""

appended_data
object
required
Example:
data
object
required