User
Create User (encrypted from end user)
Create a new user on Terminal 3 from the end user with encryption and user acknowledgment.
POST
This API allows you to create a Terminal 3 user account based on the user’s wallet address. User data will be securely stored in decentralized storage.
The UserProfile
schema must adhere to the following format. Please ask us for more details on the validation rules for each field.
JSON
We also provide an SDK with a function called makeEncryptedUserSignedMsgWithPubKey
for enterprises to encrypt the user profile with our public key and user signature, please contact us for more details.
Example of usage:
JavaScript
Example of payload:
JSON
The payload is only valid within 1 minute!
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Response
200
application/json
Success