Vendors
Get vendor details
Retrieve one vendor record with ownership, review status, risk context, and third-party compliance metadata.
get/v1/vendors/{id}
Path parameters
idstring required
Example:vnd_abc123def456
Vendor ID
Response
Vendor retrieved successfully
Example response
{
"id": "vnd_abc123def456",
"name": "CloudTech Solutions Inc.",
"description": "Cloud infrastructure provider offering AWS-like services including compute, storage, and networking solutions for enterprise customers.",
"category": "cloud",
"status": "not_assessed",
"inherentProbability": "possible",
"inherentImpact": "moderate",
"residualProbability": "unlikely",
"residualImpact": "minor",
"website": "https://www.cloudtechsolutions.com",
"organizationId": "org_abc123def456",
"assigneeId": "mem_abc123def456",
"authenticatedUser": {
"id": "usr_def456ghi789",
"email": "user@example.com"
}
}