Identities
Create identity
Create a new identity with the Python 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.