Get all webhook NFT filters

Paginated endpoint to list all of the NFT filter objects a given webhook is subscribed to.

Headers

X-Alchemy-TokenstringRequired
Alchemy Auth token to use the Notify API.

Query parameters

webhook_idstringRequired
ID of the address activity webhook.
limitintegerOptionalDefaults to 100
The maximum number of items to return per page.
afterstringOptional
The cursor that points to the end of the current set of results.
pageKeystringOptionalDefaults to 0
Page cursor for the next page.

Response

Returns a list of nft filter objects.
datalist of objects or null
List of NFT filter objects.
paginationobject or null
Pagination information.

Errors