🧩 API Reference
Base URL
https://api.example.com/v1Authentication
All endpoints require a Bearer Token.
Authorization: Bearer <token>Endpoints
POST /auth/login
POST /auth/loginLogin with email and password.
GET /user/profile
GET /user/profileRetrieve user profile.
POST /wallet/link
POST /wallet/linkLink a wallet to the user account.
POST /quest/claim
POST /quest/claimClaim rewards from completed quests.
Last updated