Skip to main content

Status and search

Asynchronous exchanges lose messages, stall in queues and outlive the shift of the desk operator who started them.

Calls

CallMethod and pathWhat it does
Status checkPOST /v1/statusSender asks NHCX where its own in-flight request stands; the gateway answers request.queued or request.dispatched, and only dispatched yields a callback.
Search submitPOST /v1/search/submitAuthorised entity such as NHA or IRDAI sends a Task to retrieve claim information for a case; the payer returns the documents on the search callback.
Search result callbackPOST /v1/search/on_submitCallback returning a search result for task type code=poll; for a claim-document search the payload is the ClaimResponse for the reference number.

Callbacks you host

The exchange posts these to the endpoint_url you registered. Answer each with HTTP 202 first.

PathHosted by
/v1/statusThe payer
/v1/search/submitThe payer
/v1/search/on_submitThe provider

Base URLs

EnvironmentBase URL
Sandbox, NHCX exchange.https://apisbx.abdm.gov.in/hcx
Production.https://apisprod.nha.gov.in/hcx

Guides that use these calls

The whole specification, with a request you can send from the page, is the Status and search API reference.