Skip to content

List Price Books

GET https://api.secure.quotivity.com/v1/pricebooks

Retrieves a list of all price books

Send your API key in the x-api-key header. See Generating API keys.

Name Type Required Description
onlyEffective true No When set to ‘true’, only returns price books that are currently effective based on their effective date range.
Status Body Description
200 PriceBook[] Successfully retrieved price books
401 Unauthorized
500 Internal Server Error
Field Type Required Description
id string Yes
accountId string Yes
name string Yes
description string Yes
bundleOptionId string No
isDeleted boolean No
effectiveStartDate string No ISO date string (e.g. “2025-01-01”). Requires PRICE_BOOK_EFFECTIVE_DATES feature.
effectiveEndDate string No ISO date string (e.g. “2025-12-31”). Requires PRICE_BOOK_EFFECTIVE_DATES feature.