Get the Policy Lines Associated with a Program ID

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Overview

Returns the lines of business (policy lines) available for a given insurance program. Use this to populate line-of-business selection dropdowns when creating or editing a quote within a specific insurance program.

The result set starts with the policy lines explicitly configured on the insurance program. You can optionally provide a stateID and carrierID to further narrow the list to only lines of business that the specified carrier is configured to write in that state.

Results are filtered by the current user's security permissions — only policy lines the user has access to are returned. Results are sorted by Sequence, then alphabetically by Name.

Path Params
string
required

An insurance program represents a configured product offering. It groups together a policy set, one or more lines of business, and one or more rating companies (carriers). When a user creates a quote, the insurance program determines which carriers, policy lines, and states are available for selection.

Each insurance program is scoped to a client and has a DisplayCode and Description (e.g., "WC-2026" / "Workers' Compensation 2026"). The insuranceProgramID is typically obtained from the Origami UI or from the insurance program selection step in a quoting workflow.

The Quotes API also provides companion endpoints for the same insurance program:

  • GET InsurancePrograms/{insuranceProgramID}/ListCarriers — list the program's rating companies*
  • GET InsurancePrograms/{insuranceProgramID}/ListStates — list the program's covered states
  • Depending on your Origami configuration settings, you may see "Carrier", "Rating Company", "Insurer", "Underwriter" used interchangabely.
Query Params
date-time
required

The policy effective date. Used to filter the insurance program's carriers to those whose effective/expiration date range includes this date. Use ISO format: 2027-01-15.

integer
required

The rating company ID.

integer

A state ID to filter by. When provided, only carriers configured to write business in that state are returned.

Response

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json