Skip to main content

🚀 Quickstart with Nexra

Follow these steps to integrate Nexra and create your first tournament. Each step is expandable for details and examples.
1

1. Get Your Game API Key

First, register your game in the Nexra Dashboard:
  1. Go to the Nexra Dashboard.
  2. Click Create New Game and fill in the details.
  3. Once your game is created, you will receive a Game API Key.
Use this API Key for authorization in your requests:
Replace <your_game_api_key> with the API Key provided for your game.
2

2. Create Your First Tournament

Use the POST /tournament/create endpoint to create tournaments from your game.Request Example:
Request Body Example:
Response Example:
Keep the id for future updates or publishing.
3

3. Publish Your Tournament

Make your tournament live for gamers via PATCH /tournament/{tournamentId}/publish.Request Example:
Response Example:
4

4. Gamers Join via Your Game

Once integrated, gamers can join tournaments from your game. Your game calls: POST /tournament/{tournamentId}/join when a gamer chooses to enter. Developers only need to integrate this action; gamers trigger it naturally through the game interface.Request Example:
Request Body Example:
Response Example:
5

5. Optional: Update or Eliminate Players

Developers can update tournament details or remove players dynamically via: PATCH /tournament/{tournamentId}/eliminate

🎯 Next Steps

API Reference

Explore all Nexra endpoints and integrate advanced features.

Rewards

Learn how Nexra automatically manages prizes, entry fees, and payouts for tournaments.