Skip to main content
POST
/
v1
/
internal
/
vendors
/
risk-assessment
/
trigger-single
Trigger vendor risk assessment for a single vendor and return run info (internal)
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": {}
}
'

Authorizations

X-API-Key
string
header
required

API key for authentication

Body

application/json
vendorId
string
required

Vendor ID

Example:

"vnd_abc123"

vendorName
string
required

Vendor name

Example:

"CloudTech Solutions"

vendorWebsite
string
required

Vendor website

Example:

"https://cloudtechsolutions.com"

organizationId
string

Organization ID (deprecated — use auth context)

Example:

"org_abc123"

createdByUserId
object

User ID who triggered the assessment (optional)

Response

200

Task triggered with run info for real-time tracking