v3

latestOpenAPI 3.1.02026-08-0121336267.1 KB
Draft Quote

Quote List

Return a history of quotes for an agency.

get/v1/agency/draft_quote

Query parameters

limitinteger
starting_after_idstring nullable
policy_idstring nullable

Response

Successful Response

limitinteger required
next_urlstring nullable

Example response

{
  "quotes": [
    {
      "draft_quote_id": "qte_100259208",
      "email": "agent@agency.com"
    },
    {
      "draft_quote_id": "qte_100268302",
      "email": "agent@agency.com"
    },
    {
      "draft_quote_id": "qte_100299309",
      "email": "agent@agency.com"
    }
  ]
}