curl --request PUT \
--url http:
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"identity_type" : "individual" ,
"organization_name" : "" ,
"first_name" : "Alice" ,
"last_name" : "Smith" ,
"other_names" : "Marie" ,
"gender" : "female" ,
"dob" : "1985-05-15T00:00:00Z" ,
"email_address" : "alice.smith@example.com" ,
"phone_number" : "+1234567890" ,
"nationality" : "Canadian" ,
"category" : "customer" ,
"street" : "789 Elm St" ,
"country" : "Canada" ,
"state" : "Ontario" ,
"post_code" : "M4B 1B3" ,
"city" : "Toronto" ,
"meta_data" : {
"customer_id" : "CUST123456" ,
"membership_level" : "Gold" ,
"preferred_language" : "English" ,
"verification_data" : {
"verified_by" : "ThirdPartyService" ,
"verification_date" : "2024-07-01T10:00:00Z" ,
"verification_status" : "verified"
}
}
} '
Authorization
Basic authentication header of the form — Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string of your username:password
.
Path
Specifies the unique ID of the identity that needs to be updated.
Body
Specifies the identity type. Options are "individual"
or "organization"
Name of the organization.
First name of individual.
Any other names linked to individual.
Gender of the individual.
Email address of the identity.
Contact number of the identity.
Nationality of the individual.
Type of customer depending on your use case.
Street address of the identity.
Residential country of the identity.
State of residence of the identity.
Postal code related to the identity.
City of residence of the identity.
Custom metadata linked to the identity.
Response
All parameters from the request body also mean the same in the corresponding response JSON.
Unique id of the created identity.
Specified the date and time the identity was created.
curl --request PUT \
--url http:
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"identity_type" : "individual" ,
"organization_name" : "" ,
"first_name" : "Alice" ,
"last_name" : "Smith" ,
"other_names" : "Marie" ,
"gender" : "female" ,
"dob" : "1985-05-15T00:00:00Z" ,
"email_address" : "alice.smith@example.com" ,
"phone_number" : "+1234567890" ,
"nationality" : "Canadian" ,
"category" : "customer" ,
"street" : "789 Elm St" ,
"country" : "Canada" ,
"state" : "Ontario" ,
"post_code" : "M4B 1B3" ,
"city" : "Toronto" ,
"meta_data" : {
"customer_id" : "CUST123456" ,
"membership_level" : "Gold" ,
"preferred_language" : "English" ,
"verification_data" : {
"verified_by" : "ThirdPartyService" ,
"verification_date" : "2024-07-01T10:00:00Z" ,
"verification_status" : "verified"
}
}
} '
Need help?
We are very happy to help you make the most of Blnk, regardless of whether it is your first time or you are switching from another tool.
To ask questions or discuss issues, please contact us or join our Discord community .
Get access to Blnk Cloud.
Manage your Blnk Ledger and explore advanced features (access control & collaboration, anomaly detection, secure storage & file management, etc.) in one dashboard.