Skip to main content
PUT
Update Feed Webhook

Authorizations

Authorization
string
header
required

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

Path Parameters

uid
string<uuid>
required

Body

application/json
walletAddresses
string[]

A list of wallet addresses or ext: external identifiers.

The address / public key.

destinationUrl
string
Pattern: https?:\/\/(www\.)?[-a-zA-Z0-9@:%._+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()@:%_+.~#?&//=]*)
addWalletAddresses
string[]

A list of wallet addresses or ext: identifiers to append.

The address / public key.

removeWalletAddresses
string[]

A list of wallet addresses or ext: identifiers to remove.

The address / public key.

Response

200

destinationUrl
string
required
Pattern: https?:\/\/(www\.)?[-a-zA-Z0-9@:%._+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()@:%_+.~#?&//=]*)
uid
string
required
secret
string

Be sure to save this value, as it’s only returned after creating a webhook!