Get Contract Section
GET
/mcp/contract/sections/{section_id}Authorization
HTTPBearer AuthorizationBearer <token>
In: header
Path Parameters
section_id*Section Id
Response Body
application/json
application/json
curl -X GET "https://flywheel.paradigma.inc/api/mcp/contract/sections/string"{}{
"detail": [
{
"ctx": {},
"input": null,
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}