Here are our current available api services
We offer 3 APIs for specialized use including Carrier, Plan, and Quote information. All parameters and headers are mandatory. Submit a request for more information.
Carrier API
- Endpoint
- Description
- Parameters
- Request Headers
- GET: /api/plans? carrierId=cid &state=sid&effectiveDate=date
- This API will return the list of available carriers for a given state and effective date
-
state: Is 2 letter state code. Mandatory
effectiveDate: Is a short date. Mandatorylist of available carriers for a given state and effective date -
apiKey: apiKey received in email. Mandatory
secretCode: secretCode received in email. Mandatory
Plan API
- Endpoint
- Description
- Parameters
- Request Headers
- GET: /api/plans? carrierId=cid &state=sid&effectiveDate=date
- This API will return list of plans containing following data: Carrier Info, Plan Info, Area Rate Table, and Benefits
-
carrierId: carrier is short string denoting carrier code. Mandatory
state: state is 2 letter state code. Mandatory
effectiveDate: Is a short date. Mandatory -
apiKey: apiKey received in email. Mandatory
secretCode: secretCode received in email. Mandatory
Quote API
- Endpoint
- Description
- Parameters
- Request Headers
- POST : /api/quote?state=sid
- This API will return quote data for a selected Effective Date (based on Group Census)
- state: Is 2 letter state code. Mandatory
-
apiKey: apiKey received in email. Mandatory
secretCode: secretCode received in email. Mandatory