User management system for platform participants. Handles identity, authentication, and reward ownership.Key Features#
Comprehensive Metadata: Track user activities and rewards
Secure Authentication: API key and origin whitelisting
Optional Blockchain Support: Wallet management and unique collectibles
Data Structure#
Endpoints#
Method | Endpoint | Description |
---|
GET | /user | List all users |
POST | /user | Create new user (returns private key) |
GET | /user/{id} | Get user details |
PUT | /user/{id} | Update user |
DELETE | /user/{id} | Delete user |
Modified at 2025-08-08 11:39:22