catalog

List catalog prices

Returns a paginated list of catalog prices, filterable by company, catalog entry, location, effective date, and price type.

get/catalog/prices

Query parameters

ottimate_company_idinteger

Filter by company ID. If omitted, results are scoped to all companies the caller has access to. If provided but not one of the caller's own companies, returns an empty result.

catalog_entry_idstring

Filter by catalog entry ID

ottimate_location_idinteger

Filter by location ID

effective_datestring date

Filter prices valid on this date (YYYY-MM-DD)

price_type'company' | 'location_group' | 'location'

Filter by price type

pageinteger

Page number (default 1)

limitinteger

Number of results per page (default 20)

Headers

Authorizationstring required

OAuth2 authentication flows. Auth server URLs will vary by environment

X-Api-Keystring required

API key for authentication

X-API-Versionstring

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

Response

Successful response with paginated price list

countinteger required
pageinteger
per_pageinteger

Changes