Ndhm Ndhm Gateway
Connector for the ndhm-ndhm-gateway API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://dev.ndhm.gov.in/gateway - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_v0_5_well_known_openid_configuration— GET /v0.5/.well-known/openid-configuration — Get openid configurationget_v0_5_certs— GET /v0.5/certs — Get certs for JWT verificationget_v0_5_heartbeat— GET /v0.5/heartbeat — Get consent request statusget_v0_5_hi_services_service_id— GET /v0.5/hi-services/{service-id} — Get bridge service details/profile by the serviceId provided.post_v0_5_care_contexts_discover— POST /v0.5/care-contexts/discover — Discover patient's accountspost_v0_5_care_contexts_on_discover— POST /v0.5/care-contexts/on-discover — Response to patient's account discovery request
Inputs
apiKey— your ndhm-ndhm-gateway API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_v0_5_well_known_openid_configuration
apiKey: <your key>