List catalog entries
Returns a paginated list of catalog entries, filterable by company, vendor, and search term.
Authentication
AuthorizationBearer
OAuth2 authentication flows. Auth server URLs will vary by environment
Headers
X-Api-Key
API key for authentication
X-API-Version
API version to use (optional, defaults to latest)
Allowed values:
Query parameters
ottimate_company_id
Filter entries by company ID (required)
erp_vendor_id
Filter entries by vendor name
search
Search term based on item description or name
page
Page number (default: 1)
limit
Items per page (default: 50, max: 100)
expand
Comma-separated list of fields to expand. Options: prices, allowances. When used, returns full CatalogEntryObject instead of CatalogEntryBasicObject.
Response
Successful response with paginated catalog entry list
count
Total number of results
results
List of catalog entries (uses CatalogEntryBasicObject by default, CatalogEntryObject when expand is used)
page
Current page number
per_page
Items per page
Errors
400
Bad Request Error
401
Unauthorized Error

