@IntegrationSupport, i am able to link the care context with the abha address, but the problem here is there are series of callbacks in the hip initiated linking,
-
‘/v0.5/users/auth/on-fetch-modes’,
{
“requestId”: “9c8c9005-4bf3-4f5e-a78d-67f2b2351e2c”,
“timestamp”: “2023-12-14T06:52:53.44451”,
“auth”: {
“purpose”: “LINK”,
“modes”: [
“PASSWORD”,
“MOBILE_OTP”,
“DEMOGRAPHICS”
]
},
“error”: null,
“resp”: {
“requestId”: “0486f71e-b2e5-47b4-acc0-c4aba5b32356”
}
} -
‘/v0.5/users/auth/on-init’,
{
“requestId”: “c2f10baf-0078-4756-bd88-eff8c3f0a6f8”,
“timestamp”: “2023-12-14T06:53:23.48531”,
“auth”: {
“transactionId”: “c2cb509b-77a1-4d17-96ce-37cc5893d5d7”,
“mode”: “DEMOGRAPHICS”,
“meta”: {
“hint”: null,
“expiry”: “2023-12-14T08:53:23.485314”
}
},
“error”: null,
“resp”: {
“requestId”: “a7f0221c-c38e-4d42-abb9-10ac10b728f7”
}
} -
‘/v0.5/users/auth/on-confirm’,
{
“requestId”: “3f212e91-744b-4505-9302-0a178908773a”,
“timestamp”: “2023-12-14T06:54:23.514937”,
“auth”: {
“accessToken”: “”,
“patient”: null
},
“error”: null,
“resp”: {
“requestId”: “0311e96b-ee1d-4328-8622-fdf8c8a30a67”
}
} -
‘/v0.5/links/link/on-add-contexts’,
these are the series of calbacks from the abdm for linking the care context, so how to idenitfy the respective callbacks when we have initited for differnet care context and idfferent patients???
@IntegrationSupport can you help us here ?