User
Create User (encrypted from client)
Create a new user on Terminal 3 from the client with encryption and without user acknowledgment.
POST
This API allows you to create a Terminal 3 user account based on an email or (optional) 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 makeEncryptedUserMsg
to encrypt the user profile with our public key, please contact us for more details.
JavaScript
Example input payload:
JSON
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200
application/json
Success