Skip to content

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
Required

Responses

List of documents
application/json
JSON
[
{
"id": 0,
"fileUrls": [
"string"
],
"type": "string",
"expiryDate": "string",
"effectiveDate": "string",
"createdAt": "string",
"updatedAt": "string"
}
]

Playground

Authorization
Variables
Key
Value

Samples