Skip to content

specifications and resources for mobile apps needed by the HBX mobile app

Notifications You must be signed in to change notification settings

dchealthlink/HBX-mobile-app-APIs

Repository files navigation

HBX-mobile-app-APIs

Specifications and resources for mobile apps needed by the HBX mobile app

The MVP uses existing IAM & EnrollApp security systems, and not require any changes to HBX's security systems.

Broker APIs

Broker

Entry point:

via HATEOAS:

Employer Details for Broker
Employee Roster for Broker

Employer APIs

Entry points:

Employer
Employee Roster for Employer

Individual & Employee APIs

Entry points:

Insured
Plans
  • [hostname]/api/v1/mobile/plans
    • Parameters:
      • coverage_kind - health or dental
      • active_year - YYYY; if not given, upcoming year
      • csr_kind - value for whether to restrict search by CSR eligibility
      • ages - array of ages of family members, for premium calculation
      • elected_aptc_amount - for premium calculation
      • effective_on - date to investigate plans for
    • example response

via HATEOAS:

Services & Rates
  • [hostname]/api/v1/mobile/services_rates
    • Parameters:
      • coverage_kind - health or dental
      • active_year - YYYY, year of plan
      • hios_id - id of insurance plan
    • example response

Entry points:

Sign Up
  • [hostname]/sign-up (POST)
    • example of request payload
    • Elements found in post payload:
      • username - User Name
      • password - Password
      • token - encrypted token returned by the call to the Enroll RIDP endpoint
      • ssn - Social Security Number
      • first_name - First Name
      • last_name - Last Name
      • date_of_birth - Date of Birth (MM/DD/YYYY)
    • example error response

Entry points:

Login

About

specifications and resources for mobile apps needed by the HBX mobile app

Resources

Stars

Watchers

Forks

Packages

No packages published