Transaction hooks
View hook details
How to view hook details in Blnk.
GET
View hook details
Available in version 0.8.4 or later.
Body
Unique identifier of the hook
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
How to view hook details in Blnk.
curl --request GET \
--url http://localhost:5001/hooks/{hook_id} \
--header 'X-blnk-key: <api-key>'{
"error": "hook management requires master key",
"error_detail": {
"code": "AUTH_MASTER_KEY_REQUIRED",
"message": "hook management requires master key"
}
}
server.secret_key) in the X-Blnk-Key header. Regular API keys return 403 Forbidden.{
"error": "hook management requires master key",
"error_detail": {
"code": "AUTH_MASTER_KEY_REQUIRED",
"message": "hook management requires master key"
}
}
Was this page helpful?
curl --request GET \
--url http://localhost:5001/hooks/{hook_id} \
--header 'X-blnk-key: <api-key>'{
"error": "hook management requires master key",
"error_detail": {
"code": "AUTH_MASTER_KEY_REQUIRED",
"message": "hook management requires master key"
}
}