📗
KOMO API V3 Documentation
  • Getting Started
  • Player API Reference
    • Introduction
    • 🔓Account & Authentication
    • 💰NFT and Wallet Portfolio
    • 🎒Inventory
    • 🤝Friend
    • 🏆Tournament
      • Read Tournament Result
    • Tournament Leaderboard
    • Ads
    • 💸Purchasing In-Game Items
  • Admin / Server API Reference
    • Introduction
    • 🙍‍♂️Player Account
    • 🏆Tournament
      • Creating a Tournament
      • Read Tournament Result
      • Managing Tournament (Single Elimination)
      • Managing Tournament (Round Robin)
    • Tournament Leaderboard
Powered by GitBook
On this page
  • Get Your API Key
  • API Endpoint (Development Server)
  • API Endpoint (Live / Production Server)
  • API Reference

Getting Started

NextIntroduction

Last updated 8 months ago

Get Your API Key

Once you sign agreement with us, you will be given API Key to connect your game to Komoverse Ecosystem. Your API Key will be put into request header as X-Api-Key

API Endpoint (Development Server)

During development or integration, you can use this endpoint to mess around with our API.

https://api.komoverse.dev

API Endpoint (Live / Production Server)

After you finish integrating and testing your game to Komoverse API, you can change your endpoint to this server. Please note that development server account can not be used in production server.

https://api.komoverse.io

API Reference

Komoverse API divided into two API groups, Player API and Admin / Server API.

Player API is used on your game client and require player login to authenticate API requests. This API use player's login token as Bearer Authorization.

Admin / Server API is used on your game server as this API did not require player login. This API use Basic Authorization method with client_id and client_secret.

Player API Reference
Admin / Server API Reference