G

Gateway

by Gateway Free tier

Gateway is the hub that routes/orchestrates the interaction between consent managers and API bridges. There are 5 categories of APIs; discovery, link, consent flow, data flow and monitoring. To reflect the consumers of APIs, the above apis are also categorized under cm facing, hiu facing and hip fa

mapsndhm

Quick Reference

Base URL https://dev.ndhm.gov.in/gateway Auth type none Auth header # No auth required Rate limit See documentation Pricing Enterprise / contact sales Free quota None Documentation https://ndhm.gov.in/ Endpoint status Server online — HTTP 404 — server is online but path returned an error (may require auth)6.43s (checked Mar 29, 2026) Builder score D 40% builder-friendly
Pricing
28
Latency
10
Depth
72

Authentication

No authentication required

# No auth required

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Free — open public API, no authentication required.

Key Endpoints

MethodPathDescription
GET /v0.5/.well-known/openid-configuration Get openid configuration
POST /v0.5/care-contexts/discover Discover patient's accounts
POST /v0.5/care-contexts/on-discover Response to patient's account discovery request
GET /v0.5/certs Get certs for JWT verification
POST /v0.5/consent-requests/init Create consent request
POST /v0.5/consent-requests/on-init Response to consent request
POST /v0.5/consent-requests/on-status Result of consent request status
POST /v0.5/consent-requests/status Get consent request status

Sample Request

curl -X GET 'https://dev.ndhm.gov.in/gateway/v0.5/.well-known/openid-configuration' \
  -H '# No auth required'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official Gateway documentation.