- APIs
- Platform API
- Create
Create a chainhook
Create a chainhook through the Hiro Platform.
POST
Parameters
Path Parameters
apiKey
REQUIRED
string Hiro API key
Body
application/jsonobject
Status code | Description |
---|---|
200 | Default Response |
cURL
curl -L -X POST \"https://api.hiro.so/v1/ext/{apiKey}/chainhooks" \-H 'Accept: application/json'
Response
{"status": "success","chainhookUuid": "string"}