cURL
curl --request POST \ --url http://localhost:5001/identities \ --header 'Content-Type: application/json' \ --header 'X-blnk-key: <api-key>' \ --data ' { "identity_type": "organization", "name": "Blnk", "category": "fintech", "street": "10 Aso Villa Way", "country": "Nigeria", "state": "Lagos", "post_code": "101001", "city": "Lagos", "created_at": "2023-10-16T10:00:00Z", "meta_data": { "verified": true, "reference": "XYZ123456789" } } '
{ "identity_id": "idt_0b5f333d-e0b8-4422-8e0e-5d41a767f1db", "identity_type": "organization", "organization_name": "", "category": "fintech", "first_name": "", "last_name": "", "other_names": "", "gender": "", "dob": "0001-01-01T00:00:00Z", "email_address": "", "phone_number": "", "nationality": "", "street": "10 Aso Villa Way", "country": "Nigeria", "state": "Lagos", "post_code": "101001", "city": "Lagos", "created_at": "2024-02-20T05:27:44.748526423Z", "meta_data": { "reference": "XYZ123456789", "verified": true } }
Show child attributes
{ "verified": true, "reference": "XYZ123456789"}
Created
Was this page helpful?