Get My Vendor Documents
GET
/documents/{vendorId}
Fetches all documents for a specific vendor in your company. Includes links to access the documents.
Authorizations
bearer
TypeHTTP (bearer)
Parameters
Path Parameters
vendorId*
Typestring
RequiredResponses
List of documents
application/json
JSON
[
{
"id": 0,
"fileUrls": [
"string"
],
"type": "string",
"expiryDate": "string",
"effectiveDate": "string",
"createdAt": "string",
"updatedAt": "string"
}
]