GET
Security teams and developers can use this endpoint to audit hook implementations or integrate them into their systems. For instance, a security firm could automatically scan new hooks' source code for vulnerabilities.
Successful response:
{
"data": {
"bytecode": "<some_bytecode>",
"abi": "<some_abi>",
"sourcecode": "<some_sourcecode>"
}
}
Last updated