Get a Specific Vendor Document
GET
/documents/{vendorId}/{id}
Fetches a specific document for one of your vendors. Includes a link to access the document.
Authorizations
bearer
TypeHTTP (bearer)
Parameters
Path Parameters
vendorId*
Typestring
Requiredid*
Typestring
RequiredResponses
Document found
application/json
JSON
{
"id": 0,
"fileUrls": [
"string"
],
"type": "string",
"expiryDate": "string",
"effectiveDate": "string",
"createdAt": "string",
"updatedAt": "string"
}