Hooks
View hook details
View the details of a hook with the Java SDK.
GET
View hook details
Use
blnk.hooks().get for this operation.
1
Call the method
2
Use the hook details
Read
response.data() for URL, type, active status, and last execution results. Use this to debug hook failures or confirm configuration.3
Response
200 OK
Related docs
How webhooks work
Hook types, payloads, and execution.
View hook details
HTTP request and response schema.