Identities
Get identity
Retrieve an identity by its ID with the Go SDK.
GET
Get identity
Use
client.Identity.Get to fetch a single identity by its identity ID.
Use the identity details
Read fields on the returned
*blnkgo.IdentityResponse 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.