API Reference
Log In
API Reference

Update a Webhook subscription

Updates an existing Webhook subscription.

Path Params
string
required

Unique Tenant identifier.

string
required

Unique Webhook identifier.

Query Params
string
Defaults to HTTP

Communication protocol: HTTP or SOCKET. Default: HTTP.

Body Params
string

Modification type.

string

Required for connectionType=HTTP. Callback URL to notify about the change. Must be HTTPS.

string

Resource path

date-time

Date and time of expiration.

string

Affiliate code (brandCode).

string

Required for connectionType=SOCKET. Name of the event to which the client subscribes.

string

If sent, the server generates an HMAC SHA256 hash of the event and attaches it in the HTTP request headers as "integrityHash". The value of this field is used for both client-side and server-side encryption/decryption.

number
Response
201

The Webhook subscription has been successfully updated.

Language
Credentials
Click Try It! to start a request and see the response here!