Identities
Get identity
Retrieve an identity by its ID with the Java SDK.
GET
Get identity
Use
blnk.identity().get for this operation.
1
Call the method
2
Use the identity details
Read
response.data() for profile fields, metadata, and creation time. Use the identity ID when linking balances or updating profile data.3
Response
200 OK
The response includes every profile field set on the identity.
Related docs
How identities work
Linking balances and handling profile data.
View identity details
HTTP request and response schema.