{
   "status":200,
   "data":{
      "message":"We are successfully able to fetch the details",
      "method":"GET",
      "api":"/v2/data/identity/personal”,   
      "job_id": "KVWJUrwQ78333309",  
      "identity":{
         "identity_type":"KTP",
         "identity_number":"23213124123212312",
         "verified":true
      },
      "full_name":{
         "name":"John Doe",
         "verified":true
      },
      "province":"Jawa Barat",
      "city":"Cimahi",
      "district":"Cimahi Selatan",
      "gender":"Male"
   },
   "metadata":{
      "source":{{API/Widget/Dashboard/SDK/Portal}},
      "entity":"Verification"
   },
   "error":null
}

Response Parameters

Key ParametersData TypeDescription
identity-identity_typeStringType of identity that being verified (currently only support KTP)
identity-identity_numberStringKTP Number inserted in the request
identity-verifiedBooleanStatus of verification (True/ False)
full_name-nameStringName inserted in the request
full_name-verifiedBooleanStatus of verification (True/ False)
provinceStringProvince where the KTP is registered
cityStringCity where the KTP is registered
districtStringDistrict where the KTP is registered
genderStringGender of the user