Quote
Get Quotes
Get quotes for a given bid request id
get/v0/quotes
Query parameters
idstring required
Unique identifier of the bid request
Example:XXXX1234
Unique identifier of the bid request
organizationIdstring
Organization to which the bid request belongs
Example:remi
Organization to which the bid request belongs
Response
Quotes retrieved successfully
Example response
{
"quotes": [
{
"id": "q-123-XXXXXXXXX",
"createdDate": "2024-01-01T00:00:00.000Z",
"updatedDate": "2024-01-01T00:00:00.000Z",
"archivedDate": "2024-01-01T00:00:00.000Z",
"expireDate": "2024-01-01T00:00:00.000Z",
"homeownerTotal": 1000,
"quoteTotal": 1000,
"isPriceGuaranteed": true,
"isActiveQuote": true,
"isApproved": true
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.