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.
blnk.Identity.get
| Field | Description |
|---|---|
id | Identity ID to retrieve. |
Response shape
200 OK
| Field | Description |
|---|---|
identity_id | Unique ID for the identity. |
identity_type | individual or organization. |
created_at | Date and time the identity was created. |
meta_data | Metadata stored with the identity. |
Related docs
How identities work
Linking balances and handling profile data.
View identity details
HTTP request and response schema.