Get My Vendor by ID
GET
/vendors/{id}
Fetches a specific vendor associated with your company by their ID.
Authorizations
bearer
TypeHTTP (bearer)
Parameters
Path Parameters
id*
Typestring
RequiredResponses
Vendor found
application/json
JSON
{
"vendorURL": "string",
"metadata": {
},
"id": 0,
"complianceStatus": "string",
"vendorStatus": "string",
"lastComplianceUpdate": "string",
"lastComplianceRefresh": "string",
"checklist": [
{
"documentURL": "string",
"errorMessages": [
"string"
],
"type": "string",
"compliant": true,
"status": "string",
"documentId": 0
}
]
}