Skip to content

Submit Session

POST
/org/sessions/{session_id}/submit
curl --request POST \
--url https://engine.bindly.insure/org/sessions/example/submit

Submit a session to Hedge on the org’s designated connection, the REST twin of the MCP submit_to_hedge tool (same session_ops core), so API-key callers (e.g. the Bindly CLI) can submit without speaking MCP.

session_id
required
Session Id
string

Successful Response

Media typeapplication/json
Examplegenerated
example

Validation Error

Media typeapplication/json
HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
Examplegenerated
{
"detail": [
{
"loc": [
"example"
],
"msg": "example",
"type": "example"
}
]
}