Search Vendors
Search vendors using up to two filters (prop1/op1/value1 and optionally prop2/op2/value2), combined with `logic` (AND/OR).
Properties:
- `propX` can be a standard field (e.g., `title`, `website`, `vendorType`) or a custom property key name.
Operators (`opX`):
- Equality: `eq`, `neq`
- Text/string matching: `contains` (case-insensitive)
- Lists: `in`, `nin` (CSV list in `valueX`)
Authentication
x-api-keystring
API Key authentication via header
Query parameters
prop1
First field to filter (e.g. title, vendorType, website or custom keyName)
op1
Operator for prop1
value1
Value for prop1 (comma-separated values for in/nin or between)
logic
Logical combination when both prop1 and prop2 are provided
Allowed values:
prop2
Optional second field to filter
op2
Operator for prop2
value2
Value for prop2 (comma-separated values for in/nin or between)
page_size
Number of items per page (max 100)
page
Page number (1-based)
include_archived
Whether to include archived (inactive) records in the response. By default only active records are returned.
Response
Matching 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
400
Bad Request Error
401
Unauthorized Error
