Retrieve a paginated list of accounting vendors

Returns a paginated list of accounting vendors, filterable by company. The detail=basic query parameter returns a simplified response.

Authentication

AuthorizationBearer
OAuth2 authentication flows. Auth server URLs will vary by environment

Headers

X-Api-KeystringRequired
API key for authentication
X-API-VersionstringOptional

API version to use (optional, defaults to latest). Supported values: 1.0.0, 1.1.0.

Query parameters

ottimate_company_idintegerOptional
Filter vendors by company ID
detailenumOptional
Specify the level of detail in the response
Allowed values:
last_modified_date_fromstringOptional

Filter vendors last modified on or after this date. Requires ottimate_company_id. Accepted formats: YYYY-MM-DD or YYYY-MM-DD HH:MM:SS. All times are interpreted as UTC. A date-only value is treated as 00:00:00 UTC.

last_modified_date_from_utcstringOptional

UTC filter. Accepts ISO 8601 with optional Z/offset, or YYYY-MM-DD[ HH:MM:SS] (assumed UTC). Takes precedence over the non-_utc variant.

last_modified_date_tostringOptional

Filter vendors last modified on or before this date. Requires ottimate_company_id. Accepted formats: YYYY-MM-DD or YYYY-MM-DD HH:MM:SS. All times are interpreted as UTC. A date-only value is treated as 00:00:00 UTC — to include the full day pass an explicit time (e.g. 2024-12-31 23:59:59).

last_modified_date_to_utcstringOptional

UTC filter. Accepts ISO 8601 with optional Z/offset, or YYYY-MM-DD[ HH:MM:SS] (assumed UTC). Takes precedence over the non-_utc variant.

pageintegerOptional

Page number (default 1)

limitintegerOptional

Number of results per page (default 20)

Response

Successful response with paginated vendor list
versionstring
countinteger
pageinteger
limitinteger
vendorslist of objects

Errors

400
Bad Request Error
401
Unauthorized Error