Read Variable Elements

This endpoint allows you to read the values within a Custom Webhook variable. It supports pagination with limit and after (and optionally pageKey) query parameters.

Path parameters

variablestringRequired
String denoting a Custom Webhook variable

Headers

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

Query parameters

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

OK- Successful query of Custom Webhook variable

datalist of strings or null
List of addresses associated with the webhook.
paginationobject or null
Pagination information.

Errors