Application Deeplink API

The Application Deeplink allows for platforms to enroll ICHRA participants through their HealthSherpa application.

Environments:

Environment
URL

Staging

https://staging.healthsherpa.com

Production

https://www.healthsherpa.com

Apply for ICHRA off-exchange coverage via deeplink

post

Public endpoint for initiating an ICHRA off-exchange application with prefilled fields. Prefill behavior is controlled via query parameters. Requires plan_hios_id, _agent_id, zip_code, fip_code, and either phone_number or email.

Note: If any applicants other than primary are included (e.g., spouse, domestic_partner, dependents), then the primary applicant is required.

Query parameters
plan_hios_idstringRequired

HIOS ID of the selected plan

Example: 97667AZ0110014
_agent_idstringRequired

Slug of the agent of record

Example: TestAgent2
zip_codestringRequired

ZIP code for the applicant's address (must be exactly 5 digits)

Example: 85001Pattern: ^\d{5}$
fip_codestringRequired

County code (FIPS) for the applicant's address (must be exactly 5 digits)

Example: 04013Pattern: ^\d{5}$
emailstring · emailOptional

Email for the application (required if phone_number is not provided)

Example: [email protected]
phone_numberstringOptional

Phone number for the application (required if email is not provided). Must be 10 digits and cannot start with 0, 1, or 9. Can be all digits (5625551212) or with dashes (562-555-1212)

Example: 5625551212Pattern: ^[2-8]\d{9}$|^[2-8]\d{2}-\d{3}-\d{4}$
phone_typestring · enumOptional

Type of phone number provided (optional).

Example: cellPossible values:
agent_of_record_cpcstringOptional
agent_of_record_email_addressstring · emailOptional

Email address of the agent of record. If not provided, the email address associated with the _agent_id will be used.

Example: [email protected]
agent_of_record_first_namestringOptional

First name of the agent of record. If not provided, the first name associated with the _agent_id will be used.

Example: JohnPattern: ^[A-Za-z\s'-]+$
agent_of_record_last_namestringOptional

Last name of the agent of record. If not provided, the last name associated with the _agent_id will be used.

Example: DoePattern: ^[A-Za-z\s'-]+$
agent_of_record_npnstringOptional

NPN of the agent of record. Must be 1-10 digits and not start with 0. If not provided, the NPN associated with the _agent_id will be used.

Example: 1234567890Pattern: ^[1-9]\d{0,9}$
agent_of_record_phone_numberstringOptional

Phone number of the agent of record. Must be 10 digits and cannot start with 0, 1, or 9. Can be all digits (5625551212) or with dashes (562-555-1212).

Example: 5625551212Pattern: ^[2-8]\d{9}$|^[2-8]\d{2}-\d{3}-\d{4}$
agent_of_record_state_licensestringOptional

State license of the agent of record. This will not be taken from the _agent_id.

Example: 1234567890
skipstring · enumOptional

Passing a true for this parameter will allow you to skip further into the application instead of starting at the beginning.

Possible values:
external_idstringOptional
utm_sourcestringOptional
utm_mediumstringOptional
utm_campaignstringOptional
utm_termstringOptional
utm_contentstringOptional
ljsstringOptional
callstringOptional
plan_yearintegerOptional

Plan year (defaults to current year if not provided)

street_addressstringOptionalPattern: ^[A-Za-z0-9\s\'\-\.]+$
street_address_unit_numberstringOptional

Must be letters, digits and spaces only

Pattern: ^[\w\d\s]+$
citystringOptionalPattern: ^[A-Za-z\s'-]+$
statestring · enumOptionalPossible values:
mailing_street_addressstringOptional

Street address for mailing if different from residential address

Pattern: ^[A-Za-z0-9\s\'\-\.]+$
mailing_citystringOptional

City for mailing if different from residential address

Pattern: ^[A-Za-z\s'-]+$
mailing_statestring · enumOptional

State for mailing if different from residential address

Possible values:
mailing_zip_codestringOptional

ZIP code for mailing if different from residential address

Pattern: ^\d{5}$
sep_reasonstring · enumOptional

The below values are the default values. Please see the carrier configurations list for any carrier-specific values.

Possible values:
sep_reason_datestring · dateOptionalPattern: YYYY-MM-DD
pediatricstring · enumOptional

Whether pediatric dental product purchased separately or there are no children under the age of 19 on the application

Possible values:
applicants[primary][first_name]stringOptionalPattern: ^[A-Za-z\s'-]+$
applicants[primary][middle_name]stringOptionalPattern: ^[A-Za-z\s'-]+$
applicants[primary][last_name]stringOptionalPattern: ^[A-Za-z\s'-]+$
applicants[primary][suffix]string · enumOptionalPossible values:
applicants[primary][date_of_birth]string · dateOptionalPattern: YYYY-MM-DD
applicants[primary][gender]string · enumOptionalPossible values:
applicants[primary][us_citizen]string · enumOptionalPossible values:
applicants[primary][resides_in_state]string · enumOptionalPossible values:
applicants[primary][uses_tobacco]string · enumOptionalPossible values:
applicants[primary][ssn]stringOptional

Social Security Number (must be exactly 9 digits, no dashes)

Example: 123456789Pattern: ^\d{9}$
applicants[primary][has_existing_coverage]string · enumOptionalExample: truePossible values:
applicants[primary][existing_coverage_type]stringOptionalExample: issuer
applicants[primary][plan_replaces_existing_coverage]string · enumOptionalExample: truePossible values:
applicants[primary][existing_coverage_insurer]stringOptionalExample: Blue Cross Blue ShieldPattern: ^[A-Za-z\s'-]+$
applicants[primary][existing_coverage_policy_id]stringOptionalExample: ABC123456789
applicants[primary][existing_coverage_term_date]string · dateOptionalExample: 2024-12-31Pattern: YYYY-MM-DD
applicants[primary][hra][type]string · enumOptionalPossible values:
applicants[primary][hra][amount]number · floatOptional

Monthly contribution amount from the applicant's employer

applicants[primary][hra][contribution_covers]string · enumOptional

The below values are the default values. Please see the carrier configurations list for any carrier-specific values.

Possible values:
applicants[primary][hra][start]string · dateOptionalPattern: YYYY-MM-DD
applicants[primary][hra][name]stringOptional

Company name of the employer providing the HRA benefit

Example: Acme CorporationPattern: ^[A-Za-z\s'-]+$
applicants[primary][hra][phone]stringOptional

Phone number of the employer providing the HRA benefit. Must be 10 digits and cannot start with 0, 1, or 9.

Example: 5625551212Pattern: ^[2-8]\d{9}$|^[2-8]\d{2}-\d{3}-\d{4}$
applicants[primary][hra][street_address]stringOptional

Street address of the employer providing the HRA benefit

Pattern: ^[A-Za-z0-9\s\'\-\.]+$
applicants[primary][hra][city]stringOptional

City of the employer providing the HRA benefit

Pattern: ^[A-Za-z\s'-]+$
applicants[primary][hra][state]string · enumOptional

State of the employer providing the HRA benefit

Possible values:
applicants[primary][hra][zip_code]stringOptional

ZIP code of the employer providing the HRA benefit

Pattern: ^\d{5}$
applicants[primary][hra][fein]stringOptional

Federal Employer Identification Number (FEIN) of the employer providing the HRA benefit (must be exactly 9 digits)

Example: 123456789Pattern: ^\d{9}$
applicants[primary][hra][premium_payer]stringOptional

Who pays the premium for the HRA benefit

applicants[primary][hra][household_size]integer · min: 1Optional

Household size for HRA benefit calculation

Example: 4
applicants[primary][hra][annual_household_income]number · floatOptional

Annual household income for HRA benefit determination

Example: 75000
applicants[primary][hra][annual_household_income_determination]stringOptional

Method used to determine the annual household income

applicants[primary][hra][offered_hra]string · enumRequired

Whether HRA was offered to the applicant

Possible values:
applicants[primary][hra][offered_hra_unknown]string · enumOptional

Whether the HRA offering status is unknown

Possible values:
applicants[primary][hra][tpa_name]stringOptional

Name of the Third Party Administrator (TPA) for the HRA benefit

Example: TPA Services IncPattern: ^[A-Za-z\s'-]+$
applicants[primary][hra][tpa_phone_number]stringOptional

Phone number of the TPA. Must be 10 digits and cannot start with 0, 1, or 9. Can be all digits (5625551212) or with dashes (562-555-1212)

Example: 5625551212Pattern: ^[2-8]\d{9}$|^[2-8]\d{2}-\d{3}-\d{4}$
applicants[primary][hra][tpa_street_address]stringOptional

Street address of the TPA

Pattern: ^[A-Za-z0-9\s\'\-\.]+$
applicants[primary][hra][tpa_street_address_unit_number]stringOptional

Street address unit number of the TPA. Must be letters, digits and spaces only

Pattern: ^[\w\d\s]+$
applicants[primary][hra][tpa_city]stringOptional

City of the TPA

Pattern: ^[A-Za-z\s'-]+$
applicants[primary][hra][tpa_state]string · enumOptional

State of the TPA

Possible values:
applicants[primary][hra][tpa_zip_code]stringOptional

ZIP code of the TPA (must be exactly 5 digits)

Example: 85001Pattern: ^\d{5}$
applicants[primary][hra][tpa_county]stringOptional

County of the TPA

Pattern: ^[A-Za-z\s'-]+$
applicants[primary][hra][tpa_slug]stringOptional

TPA slug for auto-filling TPA information from the database

applicants[primary][guardian][first_name]stringOptional

First name of the guardian (optional)

Pattern: ^[A-Za-z\s'-]+$
applicants[primary][guardian][middle_name]stringOptional

Middle name of the guardian (optional)

Pattern: ^[A-Za-z\s'-]+$
applicants[primary][guardian][last_name]stringOptional

Last name of the guardian (optional)

Pattern: ^[A-Za-z\s'-]+$
applicants[primary][guardian][gender]string · enumOptional

Gender of the guardian (optional)

Possible values:
applicants[primary][guardian][relationship]string · enumOptional

Relationship of the guardian to the applicant (optional)

Possible values:
applicants[spouse][first_name]stringOptionalPattern: ^[A-Za-z\s'-]+$
applicants[spouse][middle_name]stringOptionalPattern: ^[A-Za-z\s'-]+$
applicants[spouse][last_name]stringOptionalPattern: ^[A-Za-z\s'-]+$
applicants[spouse][suffix]string · enumOptionalPossible values:
applicants[spouse][date_of_birth]string · dateOptionalPattern: YYYY-MM-DD
applicants[spouse][gender]string · enumOptionalPossible values:
applicants[spouse][us_citizen]string · enumOptionalPossible values:
applicants[spouse][uses_tobacco]string · enumOptionalPossible values:
applicants[spouse][ssn]stringOptional

Social Security Number (must be exactly 9 digits, no dashes)

Example: 123456789Pattern: ^\d{9}$
applicants[spouse][has_existing_coverage]string · enumOptionalExample: falsePossible values:
applicants[spouse][existing_coverage_type]stringOptionalExample: issuer
applicants[spouse][plan_replaces_existing_coverage]string · enumOptionalExample: falsePossible values:
applicants[spouse][existing_coverage_insurer]stringOptionalExample: AetnaPattern: ^[A-Za-z\s'-]+$
applicants[spouse][existing_coverage_policy_id]stringOptionalExample: XYZ987654321
applicants[spouse][existing_coverage_term_date]string · dateOptionalExample: 2024-11-30Pattern: YYYY-MM-DD
applicants[domestic_partner][first_name]stringOptionalPattern: ^[A-Za-z\s'-]+$
applicants[domestic_partner][middle_name]stringOptionalPattern: ^[A-Za-z\s'-]+$
applicants[domestic_partner][last_name]stringOptionalPattern: ^[A-Za-z\s'-]+$
applicants[domestic_partner][suffix]string · enumOptionalPossible values:
applicants[domestic_partner][date_of_birth]string · dateOptionalPattern: YYYY-MM-DD
applicants[domestic_partner][gender]string · enumOptionalPossible values:
applicants[domestic_partner][us_citizen]string · enumOptionalPossible values:
applicants[domestic_partner][uses_tobacco]string · enumOptionalPossible values:
applicants[domestic_partner][has_existing_coverage]string · enumOptionalExample: truePossible values:
applicants[domestic_partner][existing_coverage_type]stringOptionalExample: issuer
applicants[domestic_partner][plan_replaces_existing_coverage]string · enumOptionalExample: truePossible values:
applicants[domestic_partner][existing_coverage_insurer]stringOptionalExample: UnitedHealthcarePattern: ^[A-Za-z\s'-]+$
applicants[domestic_partner][existing_coverage_policy_id]stringOptionalExample: UHC456789012
applicants[domestic_partner][existing_coverage_term_date]string · dateOptionalExample: 2024-10-15Pattern: YYYY-MM-DD
applicants[dependents][0][first_name]stringOptionalPattern: ^[A-Za-z\s'-]+$
applicants[dependents][0][middle_name]stringOptionalPattern: ^[A-Za-z\s'-]+$
applicants[dependents][0][last_name]stringOptionalPattern: ^[A-Za-z\s'-]+$
applicants[dependents][0][suffix]string · enumOptionalPossible values:
applicants[dependents][0][date_of_birth]string · dateOptionalPattern: YYYY-MM-DD
applicants[dependents][0][gender]string · enumOptionalPossible values:
applicants[dependents][0][us_citizen]string · enumOptionalPossible values:
applicants[dependents][0][ssn]stringOptional

Social Security Number (must be exactly 9 digits, no dashes)

Example: 123456789Pattern: ^\d{9}$
applicants[dependents][0][has_existing_coverage]string · enumOptionalExample: falsePossible values:
applicants[dependents][0][existing_coverage_type]stringOptionalExample: issuer
applicants[dependents][0][plan_replaces_existing_coverage]string · enumOptionalExample: falsePossible values:
applicants[dependents][0][existing_coverage_insurer]stringOptionalExample: HumanaPattern: ^[A-Za-z\s'-]+$
applicants[dependents][0][existing_coverage_policy_id]stringOptionalExample: HUM789012345
applicants[dependents][0][existing_coverage_term_date]string · dateOptionalExample: 2024-09-30Pattern: YYYY-MM-DD
applicants[dependents][0][uses_tobacco]string · enumOptionalPossible values:
Responses
302

Redirect to off_ex_apply with provided parameters

post
POST /public/ichra/off_ex?plan_hios_id=text&_agent_id=text&zip_code=text&fip_code=text&applicants[primary][hra][offered_hra]=true HTTP/1.1
Host: 
Accept: */*

No content

Apply for ICHRA off-exchange coverage via deeplink

get

Public endpoint for initiating an ICHRA off-exchange application with prefilled fields. Prefill behavior is controlled via query parameters. Requires plan_hios_id, _agent_id, zip_code, fip_code, and either phone_number or email.

Note: If any applicants other than primary are included (e.g., spouse, domestic_partner, dependents), then the primary applicant is required.

Important: For dependent parameters in the GET request, use empty brackets in the actual implementation (e.g., applicants[dependents][][first_name]) instead of the indexed format shown in the parameter names below.

Query parameters
plan_hios_idstringRequired

HIOS ID of the selected plan

Example: 97667AZ0110014
_agent_idstringRequired

Slug of the agent of record

Example: TestAgent2
zip_codestringRequired

ZIP code for the applicant's address (must be exactly 5 digits)

Example: 85001Pattern: ^\d{5}$
fip_codestringRequired

County code (FIPS) for the applicant's address (must be exactly 5 digits)

Example: 04013Pattern: ^\d{5}$
emailstring · emailOptional

Email for the application (required if phone_number is not provided)

Example: [email protected]
phone_numberstringOptional

Phone number for the application (required if email is not provided). Must be 10 digits and cannot start with 0, 1, or 9. Can be all digits (5625551212) or with dashes (562-555-1212)

Example: 5625551212Pattern: ^[2-8]\d{9}$|^[2-8]\d{2}-\d{3}-\d{4}$
phone_typestring · enumOptional

Type of phone number provided (optional).

Example: cellPossible values:
agent_of_record_cpcstringOptional
agent_of_record_email_addressstring · emailOptional

Email address of the agent of record. If not provided, the email address associated with the _agent_id will be used.

Example: [email protected]
agent_of_record_first_namestringOptional

First name of the agent of record. If not provided, the first name associated with the _agent_id will be used.

Example: JohnPattern: ^[A-Za-z\s'-]+$
agent_of_record_last_namestringOptional

Last name of the agent of record. If not provided, the last name associated with the _agent_id will be used.

Example: DoePattern: ^[A-Za-z\s'-]+$
agent_of_record_npnstringOptional

NPN of the agent of record. Must be 1-10 digits and not start with 0. If not provided, the NPN associated with the _agent_id will be used.

Example: 1234567890Pattern: ^[1-9]\d{0,9}$
agent_of_record_phone_numberstringOptional

Phone number of the agent of record. Must be 10 digits and cannot start with 0, 1, or 9. Can be all digits (5625551212) or with dashes (562-555-1212).

Example: 5625551212Pattern: ^[2-8]\d{9}$|^[2-8]\d{2}-\d{3}-\d{4}$
agent_of_record_state_licensestringOptional

State license of the agent of record. This will not be taken from the _agent_id.

Example: 1234567890
skipstring · enumOptional

Passing a true for this parameter will allow you to skip further into the application instead of starting at the beginning.

Possible values:
external_idstringOptional
utm_sourcestringOptional
utm_mediumstringOptional
utm_campaignstringOptional
utm_termstringOptional
utm_contentstringOptional
ljsstringOptional
callstringOptional
plan_yearintegerOptional

Plan year (defaults to current year if not provided)

street_addressstringOptionalPattern: ^[A-Za-z0-9\s\'\-\.]+$
street_address_unit_numberstringOptional

Must be letters, digits and spaces only

Pattern: ^[\w\d\s]+$
citystringOptionalPattern: ^[A-Za-z\s'-]+$
statestring · enumOptionalPossible values:
mailing_street_addressstringOptional

Street address for mailing if different from residential address

Pattern: ^[A-Za-z0-9\s\'\-\.]+$
mailing_citystringOptional

City for mailing if different from residential address

Pattern: ^[A-Za-z\s'-]+$
mailing_statestring · enumOptional

State for mailing if different from residential address

Possible values:
mailing_zip_codestringOptional

ZIP code for mailing if different from residential address

Pattern: ^\d{5}$
sep_reasonstring · enumOptional

Indicates the reason the applicant qualifies for a Special Enrollment Period (SEP), allowing them to enroll outside of the standard Open Enrollment window. Required when the enrollment is submitted during a Special Enrollment Period.

Possible values:
sep_reason_datestring · dateOptionalPattern: YYYY-MM-DD
pediatricstring · enumOptional

Whether pediatric dental product purchased separately or there are no children under the age of 19 on the application

Possible values:
applicants[primary][first_name]stringOptionalPattern: ^[A-Za-z\s'-]+$
applicants[primary][middle_name]stringOptionalPattern: ^[A-Za-z\s'-]+$
applicants[primary][last_name]stringOptionalPattern: ^[A-Za-z\s'-]+$
applicants[primary][suffix]string · enumOptionalPossible values:
applicants[primary][date_of_birth]string · dateOptionalPattern: YYYY-MM-DD
applicants[primary][gender]string · enumOptionalPossible values:
applicants[primary][us_citizen]string · enumOptionalPossible values:
applicants[primary][resides_in_state]string · enumOptionalPossible values:
applicants[primary][uses_tobacco]string · enumOptionalPossible values:
applicants[primary][has_existing_coverage]string · enumOptionalExample: truePossible values:
applicants[primary][existing_coverage_type]stringOptionalExample: issuer
applicants[primary][plan_replaces_existing_coverage]string · enumOptionalExample: truePossible values:
applicants[primary][existing_coverage_insurer]stringOptionalExample: Blue Cross Blue ShieldPattern: ^[A-Za-z\s'-]+$
applicants[primary][existing_coverage_policy_id]stringOptionalExample: ABC123456789
applicants[primary][existing_coverage_term_date]string · dateOptionalExample: 2024-12-31Pattern: YYYY-MM-DD
applicants[primary][hra][type]string · enumOptionalPossible values:
applicants[primary][hra][amount]number · floatOptional

Monthly contribution amount from the applicant's employer

applicants[primary][hra][contribution_covers]string · enumOptionalPossible values:
applicants[primary][hra][hra_used_for_spousal_or_family_premiums]string · enumOptionalPossible values:
applicants[primary][hra][start]string · dateOptionalPattern: YYYY-MM-DD
applicants[primary][hra][name]stringOptional

Company name of the employer providing the HRA benefit

Example: Acme CorporationPattern: ^[A-Za-z\s'-]+$
applicants[primary][hra][phone]stringOptional

Phone number of the employer providing the HRA benefit. Must be 10 digits and cannot start with 0, 1, or 9.

Example: 5625551212Pattern: ^[2-8]\d{9}$|^[2-8]\d{2}-\d{3}-\d{4}$
applicants[primary][hra][street_address]stringOptional

Street address of the employer providing the HRA benefit

Pattern: ^[A-Za-z0-9\s\'\-\.]+$
applicants[primary][hra][city]stringOptional

City of the employer providing the HRA benefit

Pattern: ^[A-Za-z\s'-]+$
applicants[primary][hra][state]string · enumOptional

State of the employer providing the HRA benefit

Possible values:
applicants[primary][hra][zip_code]stringOptional

ZIP code of the employer providing the HRA benefit

Pattern: ^\d{5}$
applicants[primary][hra][fein]stringOptional

Federal Employer Identification Number (FEIN) of the employer providing the HRA benefit (must be exactly 9 digits)

Example: 123456789Pattern: ^\d{9}$
applicants[primary][hra][premium_payer]stringOptional

Who pays the premium for the HRA benefit

applicants[primary][hra][household_size]integer · min: 1Optional

Household size for HRA benefit calculation

Example: 4
applicants[primary][hra][annual_household_income]number · floatOptional

Annual household income for HRA benefit determination

Example: 75000
applicants[primary][hra][annual_household_income_determination]stringOptional

Method used to determine the annual household income

applicants[primary][hra][offered_hra]string · enumRequired

Whether HRA was offered to the applicant

Possible values:
applicants[primary][hra][offered_hra_unknown]string · enumOptional

Whether the HRA offering status is unknown

Possible values:
applicants[primary][hra][tpa_name]stringOptional

Name of the Third Party Administrator (TPA) for the HRA benefit

Example: TPA Services IncPattern: ^[A-Za-z\s'-]+$
applicants[primary][hra][tpa_phone_number]stringOptional

Phone number of the TPA. Must be 10 digits and cannot start with 0, 1, or 9. Can be all digits (5625551212) or with dashes (562-555-1212)

Example: 5625551212Pattern: ^[2-8]\d{9}$|^[2-8]\d{2}-\d{3}-\d{4}$
applicants[primary][hra][tpa_street_address]stringOptional

Street address of the TPA

Pattern: ^[A-Za-z0-9\s\'\-\.]+$
applicants[primary][hra][tpa_street_address_unit_number]stringOptional

Street address unit number of the TPA. Must be letters, digits and spaces only

Pattern: ^[\w\d\s]+$
applicants[primary][hra][tpa_city]stringOptional

City of the TPA

Pattern: ^[A-Za-z\s'-]+$
applicants[primary][hra][tpa_state]string · enumOptional

State of the TPA

Possible values:
applicants[primary][hra][tpa_zip_code]stringOptional

ZIP code of the TPA (must be exactly 5 digits)

Example: 85001Pattern: ^\d{5}$
applicants[primary][hra][tpa_county]stringOptional

County of the TPA

Pattern: ^[A-Za-z\s'-]+$
applicants[primary][hra][tpa_slug]stringOptional

TPA slug for auto-filling TPA information from the database

applicants[primary][guardian][first_name]stringOptional

First name of the guardian (optional)

Pattern: ^[A-Za-z\s'-]+$
applicants[primary][guardian][middle_name]stringOptional

Middle name of the guardian (optional)

Pattern: ^[A-Za-z\s'-]+$
applicants[primary][guardian][last_name]stringOptional

Last name of the guardian (optional)

Pattern: ^[A-Za-z\s'-]+$
applicants[primary][guardian][gender]string · enumOptional

Gender of the guardian (optional)

Possible values:
applicants[primary][guardian][relationship]string · enumOptional

Relationship of the guardian to the applicant (optional)

Possible values:
applicants[spouse][first_name]stringOptionalPattern: ^[A-Za-z\s'-]+$
applicants[spouse][middle_name]stringOptionalPattern: ^[A-Za-z\s'-]+$
applicants[spouse][last_name]stringOptionalPattern: ^[A-Za-z\s'-]+$
applicants[spouse][suffix]string · enumOptionalPossible values:
applicants[spouse][date_of_birth]string · dateOptionalPattern: YYYY-MM-DD
applicants[spouse][gender]string · enumOptionalPossible values:
applicants[spouse][us_citizen]string · enumOptionalPossible values:
applicants[spouse][uses_tobacco]string · enumOptionalPossible values:
applicants[spouse][has_existing_coverage]string · enumOptionalExample: falsePossible values:
applicants[spouse][existing_coverage_type]stringOptionalExample: issuer
applicants[spouse][plan_replaces_existing_coverage]string · enumOptionalExample: falsePossible values:
applicants[spouse][existing_coverage_insurer]stringOptionalExample: AetnaPattern: ^[A-Za-z\s'-]+$
applicants[spouse][existing_coverage_policy_id]stringOptionalExample: XYZ987654321
applicants[spouse][existing_coverage_term_date]string · dateOptionalExample: 2024-11-30Pattern: YYYY-MM-DD
applicants[domestic_partner][first_name]stringOptionalPattern: ^[A-Za-z\s'-]+$
applicants[domestic_partner][middle_name]stringOptionalPattern: ^[A-Za-z\s'-]+$
applicants[domestic_partner][last_name]stringOptionalPattern: ^[A-Za-z\s'-]+$
applicants[domestic_partner][suffix]string · enumOptionalPossible values:
applicants[domestic_partner][date_of_birth]string · dateOptionalPattern: YYYY-MM-DD
applicants[domestic_partner][gender]string · enumOptionalPossible values:
applicants[domestic_partner][us_citizen]string · enumOptionalPossible values:
applicants[domestic_partner][uses_tobacco]string · enumOptionalPossible values:
applicants[domestic_partner][has_existing_coverage]string · enumOptionalExample: truePossible values:
applicants[domestic_partner][existing_coverage_type]stringOptionalExample: issuer
applicants[domestic_partner][plan_replaces_existing_coverage]string · enumOptionalExample: truePossible values:
applicants[domestic_partner][existing_coverage_insurer]stringOptionalExample: UnitedHealthcarePattern: ^[A-Za-z\s'-]+$
applicants[domestic_partner][existing_coverage_policy_id]stringOptionalExample: UHC456789012
applicants[domestic_partner][existing_coverage_term_date]string · dateOptionalExample: 2024-10-15Pattern: YYYY-MM-DD
applicants[dependents][0][first_name]stringOptional

First name of dependent. Note: The actual parameter name should use empty brackets: applicants[dependents][][first_name]

Pattern: ^[A-Za-z\s'-]+$
applicants[dependents][0][middle_name]stringOptional

Middle name of dependent. Note: The actual parameter name should use empty brackets: applicants[dependents][][middle_name]

Pattern: ^[A-Za-z\s'-]+$
applicants[dependents][0][last_name]stringOptional

Last name of dependent. Note: The actual parameter name should use empty brackets: applicants[dependents][][last_name]

Pattern: ^[A-Za-z\s'-]+$
applicants[dependents][0][suffix]string · enumOptional

Suffix of dependent. Note: The actual parameter name should use empty brackets: applicants[dependents][][suffix]

Possible values:
applicants[dependents][0][date_of_birth]string · dateOptional

Date of birth of dependent. Note: The actual parameter name should use empty brackets: applicants[dependents][][date_of_birth]

Pattern: YYYY-MM-DD
applicants[dependents][0][gender]string · enumOptional

Gender of dependent. Note: The actual parameter name should use empty brackets: applicants[dependents][][gender]

Possible values:
applicants[dependents][0][us_citizen]string · enumOptional

US citizenship status of dependent. Note: The actual parameter name should use empty brackets: applicants[dependents][][us_citizen]

Possible values:
applicants[dependents][0][ssn]stringOptional

Social Security Number (must be exactly 9 digits, no dashes). Note: The actual parameter name should use empty brackets: applicants[dependents][][ssn]

Example: 123456789Pattern: ^\d{9}$
applicants[dependents][0][has_existing_coverage]string · enumOptional

Whether dependent has existing coverage. Note: The actual parameter name should use empty brackets: applicants[dependents][][has_existing_coverage]

Example: falsePossible values:
applicants[dependents][0][existing_coverage_type]stringOptional

Type of existing coverage for dependent. Note: The actual parameter name should use empty brackets: applicants[dependents][][existing_coverage_type]

Example: issuer
applicants[dependents][0][plan_replaces_existing_coverage]string · enumOptional

Whether plan replaces existing coverage for dependent. Note: The actual parameter name should use empty brackets: applicants[dependents][][plan_replaces_existing_coverage]

Example: falsePossible values:
applicants[dependents][0][existing_coverage_insurer]stringOptional

Existing coverage insurer for dependent. Note: The actual parameter name should use empty brackets: applicants[dependents][][existing_coverage_insurer]

Example: HumanaPattern: ^[A-Za-z\s'-]+$
applicants[dependents][0][existing_coverage_policy_id]stringOptional

Existing coverage policy ID for dependent. Note: The actual parameter name should use empty brackets: applicants[dependents][][existing_coverage_policy_id]

Example: HUM789012345
applicants[dependents][0][existing_coverage_term_date]string · dateOptional

Existing coverage termination date for dependent. Note: The actual parameter name should use empty brackets: applicants[dependents][][existing_coverage_term_date]

Example: 2024-09-30Pattern: YYYY-MM-DD
applicants[dependents][0][uses_tobacco]string · enumOptionalPossible values:
Responses
302

Redirect to off_ex_apply with provided parameters

get
GET /public/ichra/off_ex?plan_hios_id=text&_agent_id=text&zip_code=text&fip_code=text&applicants[primary][hra][offered_hra]=true HTTP/1.1
Host: 
Accept: */*

No content

Last updated