Interactive API Explorer¶
Try all PharmaOne API endpoints directly from this page. Use the Authorize button to enter your API key or Bearer JWT, then expand any endpoint to execute requests.
Getting your API key
Create a key in Manager → Org Settings → Integrations → External API keys (org owner). Keys are shown once — store them securely.
Two auth modes
- ApiKeyAuth —
POST /auth/tokenand v1 order-requests - BearerAuth — all other v2 routes (JWT from token exchange)
All request/response schemas are defined in the OpenAPI spec and summarized in Data models & schemas.
Download OpenAPI spec¶
| Format | Path |
|---|---|
| YAML | external-api.yaml |
| Postman | Import → OpenAPI 3 → select the YAML file above |
Servers¶
| Name | Base URL |
|---|---|
| Production | https://manager.prod.pharmaone.shop |