Authorization: Bearer ********************{
"samples": [
{
"toolId": "tool_example",
"arguments": {
"id": "C-1"
}
}
],
"authorizeHighRisk": false
}curl --location '/v1/integrations//test' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"samples": [
{
"toolId": "tool_example",
"arguments": {
"id": "C-1"
}
}
],
"authorizeHighRisk": false
}'{
"integrationId": "int_example",
"versionId": "intv_example",
"status": "ready",
"testedAt": "2026-09-27T08:05:00.000Z",
"results": [
{
"toolId": "tool_example",
"toolVersionId": "toolv_example",
"status": "succeeded",
"upstreamStatus": 200
}
]
}