Skip to main content
GET
List LOBs

Authorizations

x-api-key
string
header
required

Query Parameters

limit
integer
default:20

Maximum number of results to return

Required range: 1 <= x <= 100
Example:

10

offset
integer
default:0

Number of results to skip for pagination

Required range: x >= 0
Example:

0

lobs
enum<string>[] | null

Filter by LOB categories

Line-of-business categories.

Available options:
commercial,
medicare_part_a,
medicare_part_b,
medicare_advantage,
medicare_part_d,
medicaid,
individual_aca
Example:
payer_ids
string[] | null

Filter by payer IDs

Example:
states
enum<string>[] | null

Filter by US state codes

US states, territories, and Medicare contractor jurisdictions.

Includes standard 50 US states, DC, territories, and Medicare contractor jurisdiction subdivisions (e.g., Northern California, Queens NY).

Available options:
AL,
AK,
AZ,
AR,
CA,
CO,
CT,
DE,
FL,
GA,
HI,
ID,
IL,
IN,
IA,
KS,
KY,
LA,
ME,
MD,
MA,
MI,
MN,
MS,
MO,
MT,
NE,
NV,
NH,
NJ,
NM,
NY,
NC,
ND,
OH,
OK,
OR,
PA,
RI,
SC,
SD,
TN,
TX,
UT,
VT,
VA,
WA,
WV,
WI,
WY,
DC,
AS,
GU,
PR,
VI,
CNMI,
NF,
SF,
DN,
QN,
UN,
EM,
WM
Example:

Response

Successful Response

data
LineOfBusinessResponse · object[]
required

Array of result objects

limit
integer
required

Maximum number of results requested

Example:

20

offset
integer
required

Number of results skipped for pagination

Example:

0

has_more
boolean
required

True if more results exist beyond this page

Example:

false