curl --request POST \
--url http://localhost:3333/v1/internal/vendors/risk-assessment/trigger-single \
--header 'Content-Type: application/json' \
--data '
{
"organizationId": "org_abc123",
"vendorId": "vnd_abc123",
"vendorName": "CloudTech Solutions",
"vendorWebsite": "https://cloudtechsolutions.com",
"createdByUserId": {}
}
'curl --request POST \
--url http://localhost:3333/v1/internal/vendors/risk-assessment/trigger-single \
--header 'Content-Type: application/json' \
--data '
{
"organizationId": "org_abc123",
"vendorId": "vnd_abc123",
"vendorName": "CloudTech Solutions",
"vendorWebsite": "https://cloudtechsolutions.com",
"createdByUserId": {}
}
'Internal service token (required in production)
Organization ID
"org_abc123"
Vendor ID
"vnd_abc123"
Vendor name
"CloudTech Solutions"
Vendor website
"https://cloudtechsolutions.com"
User ID who triggered the assessment (optional)
Task triggered with run info for real-time tracking
Was this page helpful?