How to view hooks by type in Blnk.
curl --request GET \
--url http://localhost:5001/hooks \
--header 'X-blnk-key: <api-key>'Documentation Index
Fetch the complete documentation index at: https://docs.blnkfinance.com/llms.txt
Use this file to discover all available pages before exploring further.
X-blnk-key: <api-key>.
Replace <api-key> with your secret API key. Ensure the key is kept secure and not exposed in public repositories or client-side code.
See also: Secure your Blnk server
PRE_TRANSACTION or POST_TRANSACTIONGET http://YOUR_BLNK_INSTANCE_URL/hooks?type=PRE_TRANSACTION
Was this page helpful?
curl --request GET \
--url http://localhost:5001/hooks \
--header 'X-blnk-key: <api-key>'