Identities
Get identity
Retrieve an identity by its ID with the TypeScript SDK.
GET
Get identity
Use
The response includes every profile field set on the identity.
blnk.Identity.get to fetch a single identity by its identity id.
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.Response
200 OK
| Field | Type | Description |
|---|---|---|
identity_id | string | Unique ID for the identity. |
identity_type | string | individual or organization. |
created_at | string | Date and time the identity was created. |
meta_data | Record<string, unknown> | Metadata stored with the identity. |
Related docs
How identities work
Linking balances and handling profile data.
View identity details
HTTP request and response schema.