Wellth GraphQL API

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.

API entry from apis.yml

apis.yml Raw ↑
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