Skip to content

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
Required

Responses

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
}
]
}

Playground

Authorization
Variables
Key
Value

Samples