APTC Estimator API
Environment
URL
API Schema
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_codestringRequiredExample:
Zip code of the household
12345fip_codestringRequiredExample:
FIPS code for the location
01001household_incomenumber · floatRequiredExample:
Annual household income in USD
50000plan_yearintegerOptionalExample:
Year of the plan (optional)
2023Responses
200
Successful APTC estimate
application/json
APTC estimate details
estimated_aptcnumber · floatRequiredExample:
Estimated Advanced Premium Tax Credit amount in USD. This is the monthly subsidy amount that can be applied to premiums. Returns 0 if no plans with subsidy are found.
250csr_levelstring · enumRequiredExample:
Cost Sharing Reduction (CSR) level code. Represents the highest CSR level available based on the household's income and plan selection.
03Possible values: 401
Unauthorized - missing or invalid API token
application/json
422
Bad request - missing or invalid parameters
application/json
post
/api/v1/aptc_estimatesLast updated