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
| Service | Endpoint |
|---|---|
| Base URL | https://api.client-sandbox.icanbwell.com/v1 |
| Identity | https://api.client-sandbox.icanbwell.com/v1/identity/oauth/token |
| GraphQL | https://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
Updated 8 days ago
