Identities
Create identity
Create a new identity with the Java SDK.
POST
Create identity
Use
blnk.identity().create for this operation.
1
Call the method
2
Save the identity ID
Use
response.data().get("identity_id").asText() to link balances or update profile details later.3
Response
201 Created
The response echoes every field you sent.
Related docs
How identities work
Linking balances and handling profile data.
Create new identity
HTTP request and response schema.