Identities
List identities
List all identities with the TypeScript SDK.
GET
List identities
Use
This method takes no arguments.
blnk.Identity.list to fetch every identity on your instance.
blnk.Identity.list
Response shape
200 OK
response.data is an array of identity objects returned by Core.
Related docs
How identities work
Linking balances and handling profile data.
View identity details
HTTP request and response schema.