I am using the URL
https://doctorsbx.abdm.gov.in/apis/v1/doctors/search-doctors
with body (as in example)
{
“practitioner”: {
“id”: “”,
“name”: “Akshat”,
“contactNumber” : “”,
“state”: “”,
“registrationNumber” : “8732323”
}
}
to get doctor details in Postman but the response is 401Unauthorized
I am using a new token from
https://dev.abdm.gov.in/gateway/v0.5/sessions
Please allow access to those APIs if it is not done yet
“clientId”: “SBX_002414”
@IntegrationSupport