Skip to main content
All endpoints are relative to https://app.pipeline.software/api/v1/ and require an Authorization: Bearer header. See Authentication.

Customers

List customers

Returns customers visible to the API key’s scope. Supports paging via ?page= and ?pageSize=.

Products

List products

Returns SKUs available in the catalog. Use the id value when constructing quote line items.

Quotes

List quotes

Returns quotes the API key is permitted to read.

Get a quote

Returns the full quote payload, including line items.

Create a quote

Returns the created quote with its assigned ID. Refer to DTO Reference for the line shape - the REST and Bridge surfaces share the same quote DTOs.