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' \
  --data '
{
  "organizationId": "org_abc123",
  "vendorId": "vnd_abc123",
  "vendorName": "CloudTech Solutions",
  "vendorWebsite": "https://cloudtechsolutions.com",
  "createdByUserId": {}
}
'

Headers

X-Internal-Token
string

Internal service token (required in production)

Body

application/json
organizationId
string
required

Organization ID

Example:

"org_abc123"

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"

createdByUserId
object

User ID who triggered the assessment (optional)

Response

200

Task triggered with run info for real-time tracking