Vendors
List vendors
List third-party vendors with risk level, owner, assessment status, and Trust Center visibility for vendor risk management.
get/v1/vendors
Response
Vendors retrieved successfully
Example response
{
"data": [
{
"id": "vnd_abc123def456",
"name": "CloudTech Solutions Inc.",
"description": "Cloud infrastructure provider offering AWS-like services",
"category": "cloud",
"status": "not_assessed",
"inherentProbability": "possible",
"inherentImpact": "moderate",
"residualProbability": "unlikely",
"residualImpact": "minor",
"website": "https://www.cloudtechsolutions.com",
"assigneeId": "mem_abc123def456"
}
],
"count": 12,
"authenticatedUser": {
"id": "usr_def456ghi789",
"email": "user@example.com"
}
}