Environments & Identity Endpoints

Application APIs

b.well provides two environments for API access: Sandbox (non-production) and Production. Each environment has dedicated endpoints for both GraphQL and REST APIs*


API Endpoints

Client-Sandbox Environment

ServiceEndpoint
Base URLhttps://api.client-sandbox.icanbwell.com/v1
Identityhttps://api.client-sandbox.icanbwell.com/v1/identity/oauth/token
GraphQLhttps://api.client-sandbox.icanbwell.com/v1/graphql

Current API Version: v1

Production Environment

Provided during onboarding



GraphQL Playground

Interactive documentation and testing environment for all GraphQL operations. Through the Documentation Explorer, you can:

  • Browse available queries and mutations
  • Explore the complete schema
  • Search for specific operations
  • Test queries in real-time
  • Validate parameters and examine response schemas

GraphQL Playground