For KYC verified profiles the profile photo is null in response.
API - https://dev.abdm.gov.in/cm/v1/apps/profile/me
ABHA Address - shubham22119@sbx
Response:
{
"id": "shubham22119@sbx",
"fullName": "ndhmx sbx",
"name": {
"first": "ndhmx",
"middle": null,
"last": "sbx"
},
"gender": "M",
"dateOfBirth": {
"date": 18,
"month": 10,
"year": 1996
},
"hasTransactionPin": true,
"healthId": "34-7480-7828-7723",
"address": null,
"stateName": "Chandigarh",
"stateCode": "4",
"districtName": "Chandigarh",
"districtCode": "44",
"aadhaarVerified": true,
"profilePhoto": null,
"kycDocumentType": null,
"kycStatus": "VERIFIED",
"mobile": "8329598196",
"mobileVerified": true,
"email": null,
"emailVerified": false,
"countryName": "INDIA",
"pincode": null
}