aid: human-api url: https://raw.githubusercontent.com/api-evangelist/human-api/refs/heads/main/apis.yml name: Human API kind: company description: >- Human API is a United States health data platform, founded in 2013 and now part of LexisNexis Risk Solutions, that aggregates, normalizes, and delivers digital and clinical health data from providers, hospitals, labs, pharmacies, wearables, and apps through a single API. Its consumer-mediated Data API returns normalized wellness and medical records via user access tokens (Human Connect single sign-on), while its Health Intelligence Platform (HIP) Admin API lets enterprises order electronic health record (EHR) retrievals, manage users and subscriptions, and receive condensed clinical summary reports - primarily to accelerate life insurance underwriting by reaching 30,000+ data sources across roughly 270 million lives. The surface is a proprietary REST/JSON API secured with OAuth2-style client credentials and Bearer JWT tokens; it is not a HL7 FHIR or SMART-on-FHIR API. Access is gated behind a developer portal and partner agreement. image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg tags: - Healthcare - United States - Health Data - EHR - Interoperability - Remote Monitoring - Wearables - Life Insurance - Clinical Data - Health API created: '2026-07-24' modified: '2026-07-24' specificationVersion: '0.19' apis: - aid: human-api:human-api-admin-api name: Human API Admin API description: >- The Health Intelligence Platform (HIP) Admin API for creating and managing Human API users, submitting and managing EHR order types, managing subscriptions, and fetching delivered clinical summary reports and order resources. Secured with a Bearer JWT (bearerAuth). Documented endpoints include /api/v1/order-types, /api/v1/users, /api/v1/users/actions, /api/v1/users/{humanId}, /api/v1/users/providers, /api/v1/subscriptions, /api/v1/user/reports, and /api/v1/resources/consumer-link. humanURL: https://reference.humanapi.co/docs/overview baseURL: https://admin.humanapi.co tags: - Healthcare - EHR - Health Data - Orders properties: - type: Documentation url: https://reference.humanapi.co/docs/overview - type: APIReference url: https://reference.humanapi.co/reference/getordertypes - type: OpenAPI url: openapi/human-api-admin-order-types-openapi.json - type: OpenAPI url: openapi/human-api-admin-users-list-openapi.json - type: OpenAPI url: openapi/human-api-admin-user-reports-openapi.json - aid: human-api:human-api-authentication-api name: Human API Authentication API description: >- The HAPI Auth Public API for facilitating token exchange with external authentication systems. Exposes POST /v1/admin/token (Admin API client-type token via client_id/client_secret) and POST /v1/connect/token (public Connect token via client_id/client_user_id with optional client_secret, client_user_email, and extra_scopes). Served from https://auth.humanapi.co. humanURL: https://reference.humanapi.co/docs/overview baseURL: https://auth.humanapi.co tags: - Authentication - OAuth2 - Tokens properties: - type: Documentation url: https://reference.humanapi.co/docs/overview - type: OpenAPI url: openapi/human-api-auth-admin-token-openapi.json - type: OpenAPI url: openapi/human-api-auth-connect-token-openapi.json - aid: human-api:human-api-data-api name: Human API Data API description: >- The consumer-mediated Data API (legacy v2.1) for querying a user's normalized health data - wellness data from wearable devices and apps, and medical data (records, labs, medications, encounters) from health providers. Queries use the user's accessToken as a Bearer credential in a GET request against the base URL https://api.humanapi.co/v1/human. humanURL: https://reference.humanapi.co/v2.1/docs/data-overview baseURL: https://api.humanapi.co/v1/human tags: - Healthcare - Health Data - Wearables - Remote Monitoring properties: - type: Documentation url: https://reference.humanapi.co/v2.1/docs/data-overview - type: APIReference url: https://reference.humanapi.co/v2.1/docs/overview common: - type: DomainSecurity url: security/human-api-domain-security.yml - type: Authentication url: authentication/human-api-authentication.yml - type: Website url: https://humanapi.co/ - type: DeveloperPortal url: https://developer.humanapi.co/ - type: Documentation url: https://reference.humanapi.co/ - type: APIReference url: https://reference.humanapi.co/docs/overview - type: GettingStarted url: https://reference.humanapi.co/docs/integration-best-practices - type: GitHubOrganization url: https://github.com/humanapi - type: StatusPage url: https://status.humanapi.co/ - type: Login url: https://developer.humanapi.co/ - type: TermsOfService url: https://www.humanapi.co/developer-terms - type: PrivacyPolicy url: https://humanapi.co/privacy-policy - type: Packages url: packages/human-api-packages.yml - type: SDKs url: packages/human-api-packages.yml - type: CLI url: cli/human-api-cli.yml - type: Components url: components/human-api-components.yml - type: LLMsTxt url: llms/human-api-llms.txt - type: MCPServer url: mcp/human-api-mcp.yml - type: ToolCrosswalk url: mcp/human-api-tool-crosswalk.yml - type: Conventions url: conventions/human-api-conventions.yml - type: ErrorCatalog url: errors/human-api-problem-types.yml - type: Lifecycle url: lifecycle/human-api-lifecycle.yml - type: DataModel url: data-model/human-api-data-model.yml - type: Conformance url: conformance/human-api-conformance.yml - type: AsyncAPI url: asyncapi/human-api-notifications-asyncapi.yml - type: Webhooks url: asyncapi/human-api-notifications-asyncapi.yml - type: AgentSkill url: skills/_index.yml - type: Overlay url: overlays/human-api-admin-order-types-overlay.yaml - type: Overlay url: overlays/human-api-admin-user-reports-overlay.yaml - type: Overlay url: overlays/human-api-admin-users-list-overlay.yaml - type: Overlay url: overlays/human-api-auth-admin-token-overlay.yaml - type: Overlay url: overlays/human-api-auth-connect-token-overlay.yaml maintainers: - FN: Kin Lane email: kin@apievangelist.com