curl --request POST \
--url http://localhost:3333/v1/internal/vendors/risk-assessment/trigger-single \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"vendorId": "vnd_abc123",
"vendorName": "CloudTech Solutions",
"vendorWebsite": "https://cloudtechsolutions.com",
"organizationId": "org_abc123",
"createdByUserId": {}
}
'curl --request POST \
--url http://localhost:3333/v1/internal/vendors/risk-assessment/trigger-single \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"vendorId": "vnd_abc123",
"vendorName": "CloudTech Solutions",
"vendorWebsite": "https://cloudtechsolutions.com",
"organizationId": "org_abc123",
"createdByUserId": {}
}
'API key for authentication
Vendor ID
"vnd_abc123"
Vendor name
"CloudTech Solutions"
Vendor website
"https://cloudtechsolutions.com"
Organization ID (deprecated — use auth context)
"org_abc123"
User ID who triggered the assessment (optional)
Task triggered with run info for real-time tracking
Was this page helpful?