Get Variable Elements
GET
https://dashboard.alchemy.com/api/graphql/variables/{variable}
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.
Headers
stringrequired
Alchemy Auth token to use the Notify API.
Path Parameters
stringrequired
String denoting a Custom Webhook variable
Query Parameters
integeroptionaldefaults to
100The maximum number of items to return per page.
stringoptional
The cursor that points to the end of the current set of results.
stringoptionaldefaults to
0Page cursor for the next page.
Responses
200
OK- Successful query of Custom Webhook variable
400
Bad Request- The server cannot understand the request.
404
Not found- The requested resource could not be found
500
Internal Server Error- Try again
Was this page helpful?