🧩 API Reference

Base URL

https://api.example.com/v1

Authentication

All endpoints require a Bearer Token.

Authorization: Bearer <token>

Endpoints

POST /auth/login

Login with email and password.

GET /user/profile

Retrieve user profile.

POST /wallet/link

Link a wallet to the user account.

POST /quest/claim

Claim rewards from completed quests.

Last updated