curl --request POST \
--url http://localhost:3333/v1/internal/vendors/risk-assessment/trigger-batch \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"vendors": [
{
"vendorId": "vnd_abc123",
"vendorName": "CloudTech Solutions",
"vendorWebsite": "https://cloudtechsolutions.com"
}
],
"organizationId": "org_abc123",
"withResearch": true
}
'curl --request POST \
--url http://localhost:3333/v1/internal/vendors/risk-assessment/trigger-batch \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"vendors": [
{
"vendorId": "vnd_abc123",
"vendorName": "CloudTech Solutions",
"vendorWebsite": "https://cloudtechsolutions.com"
}
],
"organizationId": "org_abc123",
"withResearch": true
}
'API key for authentication
Tasks triggered
Was this page helpful?