partner-api
List quotes
List all quotes for this partner's leads.
get/api/partner/quotes
Response
Successful Response
Example response
{
"success": true,
"data": [
{
"quote_id": "9f8e7d6c-aaaa-bbbb-cccc-ddddeeeeffff",
"lead_id": "7c9e6679-7425-40de-944b-e07fc1f90ae7",
"contact_name": "John Carter",
"contact_email": "john@globaltrade.com",
"company_name": "Global Trade Co.",
"carrier_name": "Coface",
"coverage_type": "Credit Insurance",
"annual_premium": 12500,
"status": "Sent",
"effective_date": "2026-08-01",
"created_at": "2026-06-12T11:30:00Z",
"pdf_file_url": "https://...supabase.co/storage/v1/object/public/leads/.../quote.pdf",
"pdf_file_name": "quote_coface_2026.pdf",
"wholesaler_name": "RT Specialty",
"policy_fee": 150,
"agency_fee": 300,
"financing_enabled": true,
"financing_amount_financed": 7500,
"financing_percentage": 5
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.