curl -X POST https://YOUR_BLNK_INSTANCE_URL/identities \ -H "Content-Type: application/json" \ -H "X-Blnk-Key: YOUR_API_KEY" \ -d '{ "identity_type": "individual", "first_name": "John", "last_name": "Doe", "email_address": "[email protected]", "phone_number": "+1234567890", "nationality": "US", "category": "individual", "street": "123 Main St", "country": "United States", "state": "California", "post_code": "90210", "city": "Beverly Hills", "dob": "1990-01-15T00:00:00Z", "meta_data": { "customer_tier": "premium" } }'
{ "identity_id": "idt_1234567890", "identity_type": "individual", "first_name": "John", "last_name": "Doe", "other_names": "", "gender": "", "email_address": "[email protected]", "phone_number": "+1234567890", "nationality": "US", "organization_name": "", "category": "individual", "street": "123 Main St", "country": "United States", "state": "California", "post_code": "90210", "city": "Beverly Hills", "dob": "1990-01-15T00:00:00Z", "created_at": "2024-01-15T10:30:00Z", "meta_data": { "customer_tier": "premium" } }
Create a new identity record in the Blnk system
identity.created
first_name
last_name
other_names
email_address
phone_number
street
post_code