Get a specific chainhook

Get a specific chainhook through the Hiro Platform.

GET
/v1/ext/{apiKey}/chainhooks/{chainhookUuid}

Retrieve a chainhook

Path Parameters

apiKey
Required
string

Hiro API key

Pattern: "0941f307fd270ace19a5bfed67fbd3bc"

chainhookUuid
Required
string

Chainhook UUID

Pattern: "aa3626dc-2090-49cd-8f1e-8f9994393aed"
Status codeDescription
200Default Response
404Default Response
/v1/ext/{apiKey}/chainhooks/{chainhookUuid}

curl -X GET "https://api.platform.hiro.so/v1/ext/{apiKey}/chainhooks/{chainhookUuid}"

{
  "property1": null,
  "property2": null
}