while creating abha address got errror as mobile number not verified in api @IntegrationSupport
Which api are you trying to call, share postman screenshot.
@IntegrationSupport
these are the APIs that I have used but unble to get details from 1st apis
1)https://phrsbx.abdm.gov.in/api/v1/phr/registration/details
this apis takes the authtoken as in payload but gives 400 error
2)https://phr.abdm.gov.in/api/v1/phr/registration/phr/suggestion
3)https://phr.abdm.gov.in/api/v1/phr/search/isExist?phrAddress=jawarevedi
4)https://phr.abdm.gov.in/api/v1/phr/registration/hid/create-phr-address
We have client id and secret key.With this we can generate access token with which we can access all apis. but not understanding about what is PHR role.can you explain in brief
Hi, if you are implementing PHR then your client-id needs to have PHR role
@IntegrationSupport
Client Id : SBX_001823
Name of Organization: Globalspace technologies
Required Role: PHR ,HIP,HID
we need phr role and HIP and HID for client id to access the api as we are integrating ABHA
hello @IntegrationSupport , my clientId is :“SBX_003468” i am running this API https://phrsbx.abdm.gov.in/api/v1/phr/registration/details and
in the request body I am putting “monthOfBirth”: “May”, but it is showing
{
"code": "MIS-400",
"message": "Request is invalid. Please enter the correct data.",
"details": [
{
"message": "Invalid pattern found.",
"code": "MIS-1003",
"attribute": {
"key": "monthOfBirth",
"value": "May"
}
}
]
what to write in monthOfBirth parameter in request body please tell