aid: wellth name: Wellth description: 'Wellth is a digital health company that applies behavioral economics to care-plan adherence for health plans and providers. Members use the Wellth mobile app to complete daily check-ins — photographing medications, logging blood pressure or glucose readings, confirming appointments and screenings — and earn financial rewards for staying on plan. Wellth sells into Medicare Advantage and D-SNP, Medicaid, ACA marketplace, employer and provider lines of business, and reports reductions in high-cost utilization, emergency department visits and readmissions. The company operates a production GraphQL API at api.wellthapp.com/graphql (Apollo Server, internally versioned apiv4) that backs the member mobile app and its internal dashboard, and publishes an Atlassian status page whose components include "Wellth API". The API is not accompanied by a public developer portal, reference documentation or machine-readable contract, and GraphQL introspection is disabled in production.' image: https://www.wellthapp.com/images/uploads/brand/wellth-social-image.png url: https://raw.githubusercontent.com/api-evangelist/wellth/refs/heads/main/apis.yml x-type: company x-source: harvest:secondary-market specificationVersion: '0.23' created: '2026-08-05' modified: '2026-08-05' tags: - Company - Health - Healthcare - Digital Health - Medication Adherence - Behavioral Health - Health Plans - Medicare - Medicaid - Patient Engagement - Rewards - GraphQL - Mobile apis: - aid: wellth:graphql name: Wellth GraphQL API description: 'The production GraphQL API behind the Wellth member mobile app and the Wellth internal dashboard. Confirmed live at https://api.wellthapp.com/graphql: the endpoint is an Apollo Server deployment (stack traces reference an internal apiv4 application) that validates queries against a real Query type and enforces Apollo CSRF prevention. GraphQL introspection is explicitly disabled in production (INTROSPECTION_DISABLED), so no SDL could be captured, and Wellth publishes no public schema, reference documentation or developer portal for it. Listed as a named component ("Wellth API") on the company status page.' humanURL: https://www.wellthapp.com/solution baseURL: https://api.wellthapp.com/graphql tags: - GraphQL - Health - Patient Engagement properties: - type: StatusPage url: https://status.wellthapp.com x-evidence: fetched: '2026-08-05' probes: - url: https://api.wellthapp.com/graphql method: POST http_status: 200 note: 'Apollo Server responded with GRAPHQL_VALIDATION_FAILED for an unknown field, confirming a live schema-backed endpoint' - url: https://api.wellthapp.com/graphql method: POST http_status: 200 note: 'Introspection query rejected with INTROSPECTION_DISABLED — SDL cannot be captured anonymously' maintainers: - FN: Kin Lane email: kin@apievangelist.com - FN: APIs.json email: info@apis.io common: - type: DomainSecurity url: security/wellth-domain-security.yml - type: Website url: https://www.wellthapp.com/ - type: Blog url: https://www.wellthapp.com/resources - type: Support url: https://www.wellthapp.com/contact-us - type: GitHubOrganization url: https://github.com/wellth-app - type: StatusPage url: https://status.wellthapp.com - type: TermsOfService url: https://www.wellthapp.com/terms - type: PrivacyPolicy url: https://www.wellthapp.com/privacy-policy - type: SecondaryMarket url: https://forgeglobal.com/wellth_stock/ - type: Packages url: packages/wellth-packages.yml - type: Conformance url: conformance/wellth-conformance.yml - type: Compliance url: https://www.wellthapp.com/privacy-policy - type: Lifecycle url: lifecycle/wellth-lifecycle.yml - type: Conventions url: conventions/wellth-conventions.yml - type: ErrorCatalog url: errors/wellth-problem-types.yml - type: LLMsTxt url: llms/wellth-llms.txt x-enrichment: date: '2026-08-05' status: minimal artifacts_added: 8 pass: local-v1 x-coverage: state: unreadable reason: no-machine-readable-spec detail: >- Wellth runs a real production GraphQL API at api.wellthapp.com/graphql — its own status page lists a "Wellth API" component — but Apollo Server introspection is disabled in production (INTROSPECTION_DISABLED), there is no developer portal or reference documentation anywhere on wellthapp.com, and every other path on the API host answers 200 with the plain-text stub "Please use the /graphql route for access to useful data", so no schema, operation list or auth model can be read by any anonymous machine. evidence: - url: https://api.wellthapp.com/graphql status: 200 - url: https://www.wellthapp.com/openapi.json status: 404 - url: https://www.wellthapp.com/llms.txt status: 404 - url: https://status.wellthapp.com/api/v2/summary.json status: 200 checked: '2026-08-05'