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
variable
String denoting a Custom Webhook variable
Headers
X-Alchemy-Token
Alchemy Auth token to use the Notify API.
Query parameters
limit
The maximum number of items to return per page.
after
The cursor that points to the end of the current set of results.
pageKey
Page cursor for the next page.
Response
OK- Successful query of Custom Webhook variable
data
List of addresses associated with the webhook.
pagination
Pagination information.