Authorization: Bearer ********************{
"acceptRisk": true,
"authorizeHighRisk": false
}curl --location '/v1/integrations//publish' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"acceptRisk": true,
"authorizeHighRisk": false
}'{
"integrationId": "int_example",
"versionId": "intv_example",
"status": "published",
"publishedAt": "2026-09-27T08:10:00.000Z",
"tools": [
{
"toolId": "tool_example",
"toolVersionId": "toolv_example",
"status": "published"
}
]
}