curl --request POST \
--url http://localhost:3333/v1/internal/vendors/risk-assessment/trigger-batch \
--header 'Content-Type: application/json' \
--data '
{
"organizationId": "org_abc123",
"vendors": [
{
"vendorId": "vnd_abc123",
"vendorName": "CloudTech Solutions",
"vendorWebsite": "https://cloudtechsolutions.com"
}
],
"withResearch": true
}
'curl --request POST \
--url http://localhost:3333/v1/internal/vendors/risk-assessment/trigger-batch \
--header 'Content-Type: application/json' \
--data '
{
"organizationId": "org_abc123",
"vendors": [
{
"vendorId": "vnd_abc123",
"vendorName": "CloudTech Solutions",
"vendorWebsite": "https://cloudtechsolutions.com"
}
],
"withResearch": true
}
'Internal service token (required in production)
Tasks triggered
Was this page helpful?