Get a specific chainhook

Get a specific chainhook through the Hiro Platform.

GET

Parameters

Path Parameters

apiKey
REQUIRED
string Hiro API key
chainhookUuid
REQUIRED
string Chainhook UUID
Status codeDescription
200Default Response
404Default Response
cURL
curl -L \
"https://api.hiro.so/v1/ext/{apiKey}/chainhooks/{chainhookUuid}" \
-H 'Accept: application/json'