Sample Output
Sample data retrieved via Identity
For your reference, below is a sample of a typical Identity Retrieval response. For readability, we recommend you to copy and paste the sample data into a tool, such as an IDE or online JSON viewer.
Top-ups
{
"identities": [
{
"id": "ee05b59c-daad-43f1-a9b5-49a3a8231456",
"org_id": "00000000-0000-0000-0000-000000000000",
"external_id": "test",
"status": "SUCCESS",
"platform_code": "ID_KTP",
"status_code": "IDENXXX2000",
"status_desc": "completed",
"created": "2022-05-23T15:07:01.887121Z",
"updated": "2022-05-23T15:07:21.054572Z",
"data": {
"identifier": "3175101605990008",
"name": "BRANKAS",
"place_of_birth": "JAKARTA",
"date_of_birth": "10-01-2001",
"gender": "LAKI-LAKI",
"address": "CIPAYUNG",
"province": "DKI JAKARTA",
"city": "JAKARTA TIMUR",
"district": "CIPAYUNG",
"village": "CIPAYUNG",
"rt": "001",
"rw": "001",
"religion": "ISLAM",
"marital_status": "BELUM KAWIN ",
"work": "KARYAWAN SWASTA",
"nationality": "WNI"
}
}
],
"total_count": 1
}
Updated 9 months ago