v1

latestOpenAPI 3.1.02026-07-2418201.6 MB

Social 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

reference_idstring required

Any unique ID assigned by you for this API request.

consentboolean required

true/false based on the consent given by the customer. Mandatory as per regulation.

purposestring required

The purpose of taking this consent from your customer. Mandatory as per regulation. (>20 characters)

mobilestring required

User mobile number

Response

200

decentroTxnIdstring
statusstring
responseKeystring
messagestring

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"
    }
  }
}