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
name
Vendor name
description
Vendor description
address
Vendor location/address
isActive
Whether the vendor is active
primaryEmail
Primary contact email
primaryPhone
Primary contact phone
number
Vendor number (e.g., 1234)
vendorType
The type of vendor
website
Vendor website URL
projectIds
IDs of projects this vendor is linked to
custom
Custom fields
Errors
401
Unauthorized Error
