Identities
Create identity
Create a new identity with the TypeScript SDK.
POST
Create identity
Use
blnk.Identity.create to create an identity for an individual or organization.
1
Call the method
blnk.Identity.create
2
Save the identity ID
Use
response.data.identity_id to link balances or update profile details later.3
Response
201 Created
The response echoes every field you sent.