Skip to main content

PHR & ABHA Address

Search ABHA Address, Get Auth Methods

Look up available authentication methods for a given ABHA Address before login.

Mandatory

Certification cases VRFY_ABHA_102, VRFY_ABHA_202

POST/phr/web/login/abha/search

Authorizations

Authorizationbearer tokenRequired

The accessToken from POST /api/hiecm/gateway/v3/sessions. Send it as Authorization: Bearer <ACCESS_TOKEN>.

Headers

REQUEST-IDstringRequired

Unique UUID v4 per request. Used for idempotency and distributed tracing. Generate a fresh UUID for every call.

TIMESTAMPstringRequired

ISO 8601 UTC timestamp of the request.

Body

abhaAddressstringRequired

Responses

200

Available authentication methods

400

Bad Request, invalid scope, loginHint, or encrypted field

Error codes for this module

401

Unauthorized, missing, invalid, or expired Bearer token

Everything returns 401

403

Forbidden, the token is valid but not permitted for this operation

Error codes for this module

404

Resource not found

Error codes for this module

500

Server error, retry

Error codes for this module