DocsGetting StartedAPI specificationPreparations

Before You Start

Essential prerequisites for API integration

Required Setup

Before implementing our API, please ensure you have completed the following prerequisites:

Create Your Game Profile

A game profile is required for API integration:

  1. Create an organization and add your game by following these instructions
  2. Navigate to your game's homepage to locate your Game UUID
  3. The UUID appears under the "Production UUID" heading - this identifier is essential for API requests

Development vs. Production

To ensure proper testing and prevent impacting your production metrics, we provide separate environments:

For development and testing purposes, use our test UUID:

404e1b2b-de1b-4988-8cc8-94239dc482b3

This test UUID allows you to develop and test your integration in a sandboxed environment without affecting production data or real users.

Implementation Checklist

Before proceeding with integration, please verify you have:

  • Created a game profile in our system
  • Located your Production UUID (for production deployment)
  • Noted the test UUID for development
  • Prepared your development environment for making HTTP requests
  • Reviewed the API documentation structure

Next Steps

With these preparations complete, you're ready to implement the authorization flow. The following sections will guide you through each step of the integration process.

For optimal implementation, we recommend reading the entire documentation before beginning the coding process to ensure familiarity with all requirements and endpoints.