Carrum Health Platform Services

The internet-facing REST services that power the Carrum Health member application (my.carrumhealth.com): core-service (accounts, episodes, profiles), care-service, message-service, price-service and upload-service, each also deployed to staging, uat, demo, perf, compliance and mirror environments. These hosts were observed in the provider's own publicly served web-application bundle. No public documentation, OpenAPI definition or self-service onboarding is published; every /api-docs surface answers HTTP 401 with a WWW-Authenticate: Basic challenge, so the API program is private/partner-only.

API entry from apis.yml

apis.yml Raw ↑
name: Carrum Health Platform Services
description: 'The internet-facing REST services that power the Carrum Health member application (my.carrumhealth.com):
  core-service (accounts, episodes, profiles), care-service, message-service, price-service and upload-service,
  each also deployed to staging, uat, demo, perf, compliance and mirror environments. These hosts were
  observed in the provider''s own publicly served web-application bundle. No public documentation, OpenAPI
  definition or self-service onboarding is published; every /api-docs surface answers HTTP 401 with a
  WWW-Authenticate: Basic challenge, so the API program is private/partner-only.'
humanURL: https://my.carrumhealth.com/
baseURL: https://core-service.carrumhealth.com
tags:
- Healthcare
- Private API
- Undocumented
x-access: private
x-evidence:
  fetched: '2026-08-01'
  source: https://my.carrumhealth.com/_expo/static/js/web/index-3f3b9077c59caf479bc45d670e61ddfa.js
  hosts:
  - https://core-service.carrumhealth.com
  - https://care-service.carrumhealth.com
  - https://message-service.carrumhealth.com
  - https://price-service.carrumhealth.com
  - https://upload-service.carrumhealth.com
  api_docs_probe:
    url: https://core-service.carrumhealth.com/api-docs
    http_status: 401
    www_authenticate: Basic
properties:
- type: Authentication
  url: authentication/carrum-health-authentication.yml
- type: WellKnown
  url: well-known/carrum-health-well-known.yml