List Vendors
Retrieve a paginated list of vendors.
Supports:
- Pagination (`page_size`, `page`)
- Date filtering (`updated_after`, `updated_before`)
- Sorting (`order_by`, default: desc)
- Vendor type filter (`vendor_type`)
Authentication
x-api-keystring
API Key authentication via header
Query parameters
page_size
Number of items per page (max 100)
page
Page number (1-based)
updated_after
Filter items updated after this timestamp (ISO 8601)
updated_before
Filter items updated before this timestamp (ISO 8601)
order_by
Sort order for results
Allowed values:
include_archived
Whether to include archived (inactive) records in the response. By default only active records are returned.
include_contacts
Whether to include associated contacts in the response. Defaults to false unless explicitly set to true.
vendor_type
Filter by vendor type
Response
List of vendors
id
Unique identifier
createdAt
Creation timestamp
updatedAt
Last update timestamp
title
Record title/name
description
Record description
address
Record location/address
isActive
Whether the record is active
primaryEmail
Primary contact email
primaryPhone
Primary contact phone
number
Record number (e.g., 1234)
custom
Custom fields
vendorType
The type of vendor
website
Vendor website URL
projectIds
IDs of projects this vendor is linked to
Errors
401
Unauthorized Error
