curl --request GET \
--url http://localhost:5001/identities/{id} \
--header 'X-blnk-key: <api-key>'{
"identity_id": "idt_0b5f333d-e0b8-4422-8e0e-5d41a767f1db",
"identity_type": "individual",
"organization_name": "",
"category": "",
"first_name": "Chijioke",
"last_name": "Adeola",
"other_names": "Emeka",
"gender": "male",
"dob": "1990-01-01T00:00:00Z",
"email_address": "chijioke.adeola@gmail.com",
"phone_number": "+2347012345678",
"nationality": "Nigerian",
"street": "10 Aso Villa Way",
"country": "Nigeria",
"state": "Lagos",
"post_code": "101001",
"city": "Lagos",
"created_at": "2023-10-16T10:00:00Z",
"meta_data": {
"reference": "XYZ123456789",
"verified": true
}
}Documentation Index
Fetch the complete documentation index at: https://docs.blnkfinance.com/llms.txt
Use this file to discover all available pages before exploring further.
"idt_0b5f333d-e0b8-4422-8e0e-5d41a767f1db"
OK
Show child attributes
{
"verified": true,
"reference": "XYZ123456789"
}Was this page helpful?
curl --request GET \
--url http://localhost:5001/identities/{id} \
--header 'X-blnk-key: <api-key>'{
"identity_id": "idt_0b5f333d-e0b8-4422-8e0e-5d41a767f1db",
"identity_type": "individual",
"organization_name": "",
"category": "",
"first_name": "Chijioke",
"last_name": "Adeola",
"other_names": "Emeka",
"gender": "male",
"dob": "1990-01-01T00:00:00Z",
"email_address": "chijioke.adeola@gmail.com",
"phone_number": "+2347012345678",
"nationality": "Nigerian",
"street": "10 Aso Villa Way",
"country": "Nigeria",
"state": "Lagos",
"post_code": "101001",
"city": "Lagos",
"created_at": "2023-10-16T10:00:00Z",
"meta_data": {
"reference": "XYZ123456789",
"verified": true
}
}