Update Webhook

This endpoint is used to update an existing webhook
Body Params
string
required

Webhook id returned from the create webhook endpoint

string

New webhook url

string
enum
Allowed:
add_wallet_addresses
array of strings

Add owner wallet address(es), comma-separated for multiple values (e.g., 0xa12,0xb34) to webhook's wallet_addresses

add_wallet_addresses
remove_wallet_addresses
array of strings

Remove owner wallet address(es), comma-separated for multiple values (e.g., 0xa12,0xb34) from webhook's wallet_addresses

remove_wallet_addresses
add_chains
array of strings

Add list of chains to existing webhook

add_chains
remove_chains
array of strings

Remove list of chains from an existing webhook

remove_chains
add_nft_ids
array of strings

Add list of NFT IDs, chain.contract.token_id for EVM chains, chain.token_id for Solana to existing webhook

add_nft_ids
remove_nft_ids
array of strings

Remove comma delimited list of NFT IDs, chain.contract.token_id for EVM chains, chain.token_id for Solana from existing webhook

remove_nft_ids
add_contract_addresses
array of strings

Add list of contract addresses to webhook

add_contract_addresses
remove_contract_addresses
array of strings

Remove list of contract addresses from webhook

remove_contract_addresses
add_collection_ids
array of strings

Add list of collection ids to webhook

add_collection_ids
remove_collection_ids
array of strings

Remove list of collection ids from webhook

remove_collection_ids
add_marketplaces
array of strings

Add list of marketplaces to webhook

add_marketplaces
remove_marketplaces
array of strings

Remove list of marketplaces from webhook

remove_marketplaces
Responses

Language
LoadingLoading…
Response
Choose an example:
application/json