Mcp Create Hook

POST/v1/nodes/{owner_node_id}/hooks

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Path Parameters

owner_node_id*Owner Node Id

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

body*Payload

Response Body

application/json

application/json

curl -X POST "https://flywheel.paradigma.inc/api/v1/nodes/string/hooks"
{}
{
  "detail": [
    {
      "ctx": {},
      "input": null,
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}