Identities
Get identity
Retrieve an identity by its ID with the Python SDK.
GET
Get identity
Use
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.Related docs
How identities work
Linking balances and handling profile data.
View identity details
HTTP request and response schema.