We are trying to implement Govt program linking in out PHR portal.
For discovery API I am getting “No User Found Error”
Request Payload:
{
“requestId”: “0b66424b-5bc1-4cdf-be5d-3be40a6e976c”,
“hip”: {
“id”: “CoWINSIT”
},
“unverifiedIdentifiers”: [
{
“type”: “MOBILE”,
“value”: “8329598196”
},
{
“type”: “MR”,
“value”: “8329598196”
}
]
}
Response:
{
“error”: {
“code”: 1500,
“message”: “Could not find the user details”
}
}
Other payloads tried:
{
“hip”: {
“id”: “CoWINSIT”
},
“unverifiedIdentifiers”: [
{
“type”: “MOBILE”,
“value”: “+918329598196”
}
]
}
{
“hip”: {
“id”: “CoWINSIT”
},
“unverifiedIdentifiers”: [
{
“type”: “MR”,
“value”: “+918329598196”
}
]
}