Skip to main content
POST
Discover Link On Confirm
Call this API in response to the Link Confirmation webhook, after validating the OTP. Use the request_id from the webhook payload and include the list of care contexts to be linked.

Authorizations

Authorization
string
header
required

The API requires a Bearer token (JWT) for authentication.

Headers

X-Pt-Id
string

Eka User ID (OID)

X-Partner-Pt-Id
string

Partner User ID

X-Hip-Id
string

Partner HIP ID

Body

application/json
request_id
string
required

Request ID that is received in the webhook call.

error
object

Error details, if any occurred during the process.

patients
object[] | null

List of patients including reference number, display name, care contexts, and HI type

Response

No Content