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.
1
Call the method
blnk.Identity.list
2
Use the identity list
Iterate over
response.data to find identities by profile fields or metadata. Save identity IDs you need for balance linking or profile updates.3
Response
200 OK