Environments
Localwell provides two main environments for integration:| Environment | Base URL | Description |
|---|---|---|
| Staging | https://dev-api-be.localwell.in/app/partners | For testing and integration |
| Production | https://api-be.localwell.in/app/partners | Live APIs for production usage |
🔐 Authentication
Localwell issues two pieces of information to each integration partner (provided out-of-band via partner portal / email / account team):- Bearer Token (a Bearer token in Authentication Headers) — used for API authorization.
- Pharmacy ID (
x-pharmacy-idin Authentication Headers) — identifies the partner pharmacy for every request.
Both values will be supplied by Localwell. Do not try to obtain the token by calling any Localwell API unless explicitly told to do so.