APTC Estimator API

Environments:

Environment
URL

Staging

https://api.ichra-staging.healthsherpa.com

Production

https://api.ichra.healthsherpa.com

Create APTC estimate

post

Fetch an APTC estimate based on household information

Authorizations
x-api-keystringRequired

API authentication token (required for production). These will be generated as needed and shared with you to use. Use of our Mock CRM page does not require this header.

Body
zip_codestringRequired

Zip code of the household

Example: 12345
fip_codestringRequired

FIPS code for the location

Example: 01001
household_incomenumber · floatRequired

Annual household income in USD

Example: 50000
plan_yearintegerOptional

Year of the plan (optional)

Example: 2023
Responses
chevron-right
200

Successful APTC estimate

application/json
post
/api/v1/aptc_estimates

Last updated