v1
latestOpenAPI 3.1.02026-07-2418201.6 MBSocial Intelligence
post/v2/bytes/alternate-data/social-intelligence
Headers
client_idstring required
The client ID that will be provided to a specific client and environment. Please note, this may change based on the environment you are on.
client_secretstring required
The confidential credential provided by Decentro that is associated with the client_id
Request body
Response
200
Example response
{
"decentroTxnId": "XXXXXXXXXXXXX",
"status": "SUCCESS",
"responseKey": "success_social_data_fetched",
"message": "Social Intelligence Data from Alternate Data Sources Fetched Successfully.",
"data": {
"socialProfilesFound": 15,
"accountDetails": {
"FLIPKART": {
"userExists": true
},
"SNAPDEAL": {
"userExists": true
},
"FACEBOOK": {
"userExists": true
},
"WHATSAPP": {
"userExists": true
},
"DIGILOCKER": {
"userExists": true
},
"POLICYBAZAR": {
"userInEcosystem": true
},
"IRCTC": {
"userExists": true
}
},
"digitalAge": {
"year": 2017,
"month": 5,
"age": "7+"
},
"phoneMeta": {
"operator": "Airtel",
"isPostpaid": true,
"circle": "Delhi NCR"
}
}
}