Skip to content

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
Required
id*
Typestring
Required

Responses

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

Playground

Authorization
Variables
Key
Value

Samples