v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-041351024.8 MB
Suppliers

List supplier attachments

The List supplier attachments endpoint returns a list of attachments available to download for given supplierId.

Suppliers are people or organizations that provide something, such as a product or service.

get/companies/{companyId}/connections/{connectionId}/data/suppliers/{supplierId}/attachments

Response

Success

Example response

{
  "attachments": [
    {
      "dateCreated": "2022-10-23T00:00:00Z",
      "modifiedDate": "2022-10-23T00:00:00Z",
      "sourceModifiedDate": "2022-10-23T00:00:00Z"
    }
  ]
}