Identities
Get identity
Retrieve an identity by its ID with the TypeScript SDK.
GET
Get identity
Use
blnk.Identity.get to fetch a single identity by its identity id.
1
Call the method
blnk.Identity.get
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.