Mcp Create Hook Secret
POST
/v1/nodes/{owner_node_id}/hook-secretsAuthorization
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.
Response Body
application/json
application/json
curl -X POST "https://flywheel.paradigma.inc/api/v1/nodes/string/hook-secrets" \ -H "Content-Type: application/json" \ -d '{ "name": "string", "value": "string" }'{}{
"detail": [
{
"ctx": {},
"input": null,
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}