v1
latestOpenAPI 3.0.02026-07-14327580.4 KBGateway
Health information data request
Request for Health information against a consent id. CM would generate a transactionId against each consent and pass it as trnasaction context / correlation id to the HIP and also return the same to HIU via /on-request.
post/v0.5/health-information/cm/request
Headers
Authorizationstring required
Access token which was issued after successful login with gateway auth server, which will be sent by gateway to authenticate itself with API bridge.
X-CM-IDstring required
Suffix of the consent manager to which the request was intended.
Request body
Example request
{
"hiRequest": {
"keyMaterial": {
"cryptoAlg": "ECDH",
"curve": "Curve25519",
"dhPublicKey": {
"parameters": "Curve25519/32byte random key"
},
"nonce": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
},
"requestId": "a1s2c932-2f70-3ds3-a3b5-2sfd46b12a18d"
}Response
Request Accepted