Developer & API Services›Postman Workspace
Postman v2.1 & OpenAPI 3.1Status: LIVE WORKSPACE
Postman Workspace & API Reference
Official DISHA 4.0 Postman public workspace, downloadable OpenAPI 3.1 collections, environment generators, and REST API documentation.
Workspace
DISHA 4.0 HCOS Public API
https://www.postman.com/disha-hcos/workspace/disha-4-0-hcos-public-api
Last Updated
10/8/2026
11 endpoints across 5 subsystems
Public Workspace & Subsystem Explorer
Interactive Environment Variable Generator
Configuration
Stored locally — never transmitted to DISHA servers.
Live Preview
{
"id": "disha-40-env-sandbox",
"name": "DISHA 4.0 HCOS (Sandbox)",
"values": [
{
"key": "baseUrl",
"value": "https://sandbox.api.disha.ai/v1",
"enabled": true
},
{
"key": "apiKey",
"value": "disha_sb_live_...",
"type": "secret",
"enabled": true
},
{
"key": "tenantId",
"value": "tnt_...",
"enabled": true
},
{
"key": "jwtToken",
"value": "",
"type": "secret",
"enabled": true
},
{
"key": "enclaveId",
"value": "enc_01J...",
"enabled": true
}
],
"_postman_variable_scope": "environment",
"_postman_exported_at": "2026-08-18T06:56:29.220Z",
"_postman_exported_using": "DISHA 4.0 HCOS Environment Generator"
}Environment Variables Reference
| Variable | Default Value | Description | Secret |
|---|---|---|---|
| baseUrl | https://sandbox.api.disha.ai/v1 | API base URL | Public |
| apiKey | •••••••• | DISHA API Key | 🔐 Secret |
| tenantId | tnt_... | Tenant UUID | Public |
| jwtToken | •••••••• | Bearer JWT token (auto-refreshed) | 🔐 Secret |
| enclaveId | enc_01J... | Target enclave identifier | Public |


