Hey, I have tried calling share profile from the postman on this url
https://dev.abdm.gov.in/cm/v1/patients/profile/share
Body:
{
“requestId”: “{{$guid}}”,
“intent”: {
“type”: “test intent”
},
“location”: {
“latitude”: “46.898417”,
“longitude”: “90.952690”
},
“hipDetails”: {
“hipId”: “SWASTHYA_AI_12345”,
“code”: “12345”
}
}
Headers:
X-Auth-Token: <#Token on login using userAuthorized Token>
But I am getting this response always
{
“error”: {
“code”: 1500,
“message”: “Unknown error occurred”
}
}
Status: 500 Internal Server Error
Kindly look into this
I have referred from this url: https://sandbox.abdm.gov.in/swagger/ndhm-phr-app.yaml
Our bridge and callback is working fine confirmed with the SBX App