Skip to main content
PUT
Update a webhook

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <secret_key>, where <secret_key> is your secret_key.

Headers

X-Merchant-Code
string
required

Used for multi store/countries setup, please contact your Account manager to recognize that

Example:

"code provided to you from Tabby side"

Path Parameters

id
string<uuid>
required

ID of the webhook.

Example:

"webhook id, uuid format"

Body

application/json
url
string<uri>
required

HTTPS endpoint for notifications. The URL should be valid and accessible (not local).

Example:

"https://example-updated.com/"

header
object

Response

Success. Webhook object is returned.

id
string
required
read-only

Unique webhook ID, assigned by Tabby.

Example:

"unique webhook id"

url
string<uri>
required

HTTPS endpoint for notifications. The URL should be valid and accessible (not local).

Example:

"https://example-updated.com/"

header
object