Hint Health · Schema

Public.MembershipBlueprint_all

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans
View JSON Schema on GitHub

JSON Schema

public-membershipblueprint_all.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.hint.com/schemas/public-membershipblueprint_all",
  "title": "Public.MembershipBlueprint_all",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "id": {
        "type": "string"
      },
      "bill_date": {
        "type": "string",
        "format": "date"
      },
      "billed_through_date": {
        "type": "string",
        "format": "date"
      },
      "billing_start_date": {
        "type": "string",
        "format": "date"
      },
      "bills_at_end_of_period": {
        "type": "boolean"
      },
      "contract_expiration_action": {
        "type": "string"
      },
      "contract_expires": {
        "type": "string",
        "format": "date"
      },
      "contract_period_in_months": {
        "type": "integer",
        "format": "int32"
      },
      "created_at": {
        "type": "string",
        "format": "date-time"
      },
      "end_date": {
        "type": "string",
        "format": "date"
      },
      "enrollment_status": {
        "type": "string"
      },
      "fixed_period_rate_in_cents": {
        "type": "integer",
        "format": "int32"
      },
      "fixed_registration_fee_in_cents": {
        "type": "integer",
        "format": "int32"
      },
      "group_code": {
        "type": "string"
      },
      "is_confirmed": {
        "type": "string"
      },
      "is_current": {
        "type": "boolean"
      },
      "is_processing": {
        "type": "boolean"
      },
      "is_restartable": {
        "type": "boolean"
      },
      "last_bill_amount_in_cents": {
        "type": "integer",
        "format": "int32"
      },
      "last_bill_date": {
        "type": "string",
        "format": "date"
      },
      "list_price_in_cents": {
        "type": "integer",
        "format": "int32"
      },
      "never_been_billed": {
        "type": "boolean"
      },
      "next_bill_date": {
        "type": "string",
        "format": "date"
      },
      "period_in_months": {
        "type": "string"
      },
      "period_rate_in_cents": {
        "type": "integer",
        "format": "int32"
      },
      "rate_in_cents": {
        "type": "integer",
        "format": "int32"
      },
      "source_status": {
        "type": "string"
      },
      "start_date": {
        "type": "string",
        "format": "date"
      },
      "status": {
        "type": "string"
      },
      "updated_at": {
        "type": "string",
        "format": "date-time"
      },
      "coupon": {
        "$ref": "#/components/schemas/Public.CouponBlueprint_one"
      },
      "membership_patients": {
        "$ref": "#/components/schemas/Public.MembershipPatientBlueprint_leaf_with_patient"
      },
      "owner": {
        "$ref": "#/components/schemas/Public.PatientBlueprint_leaf"
      },
      "plan": {
        "$ref": "#/components/schemas/Public.PlanBlueprint_min"
      },
      "sponsorship": {
        "$ref": "#/components/schemas/Public.CompanyAccountBlueprint_for_membership_one"
      },
      "upcoming_bills": {
        "$ref": "#/components/schemas/Public.MembershipBillBlueprint_shared_with_invoice"
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/public-membershipblueprint_all"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.