External API
integer · min: 1 · max: 200stringstringstring · date-timestring · date-timestring · date-timestring · requiredstring | null
string · uuid · requiredstringstring · required
List quotes
GET
https://api.datavisual.ca
/v1/quotes
Returns a paginated list of active quotes for the authenticated customer.
query Parameters
limitDefault: 25
cursorquote_stagevalid_until_beforeQuotes valid on or before this time
valid_until_afterQuotes valid on or after this time
updated_sinceQuotes modified since this time
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
List quotes › Responses
Quotes
object[]
next_cursorGet quote by ID
GET
https://api.datavisual.ca
/v1/quotes/{id}
Returns a single active quote. Use ?include=line_items to include quoted products and pricing.
path Parameters
idquery Parameters
includeSet to line_items to include line items in the response
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
Get quote by ID › Responses
Quote
object

