Skip to main content
POST
Discover On Care Contexts
Call this API in response to the Discovery Request Received webhook. Use the request_id and txn_id from the webhook payload when constructing your response.

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

txn_id
string
required

transaction id that is received in the webhhok call.

error
object

Error details, if any

patients
object[] | null

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

Response

No Content