v1
latestOpenAPI 3.0.02026-07-14327580.4 KBconsent flow
Result of consent request status
Result of consent request done previously. Status of request can be GRANTED, DENIED, EXPIRED. If the request was GRANTED, then
post/v0.5/consent-requests/on-status
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-HIU-IDstring required
Identifier of the health information user to which the request was intended.
Request body
Example request
{
"consentRequest": {
"consentArtefacts": [
{
"id": "<consent-artefact-id>"
}
],
"id": "<consent-request-id>"
},
"requestId": "5f7a535d-a3fd-416b-b069-c97d021fbacd"
}Response
Request Accepted