v1
latestOpenAPI 3.0.02026-07-14307078.8 KBGateway
Get a patient's authentication modes relevant to specified purpose
This API is meant for identify supported authentication modes for a patient given a specific purpose
post/v0.5/users/auth/fetch-modes
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
{
"query": {
"id": "hinapatel79@ndhm",
"requester": {
"id": "100005"
}
},
"requestId": "5f7a535d-a3fd-416b-b069-c97d021fbacd"
}Response
Request Accepted