Centarius API Documentation
  • Welcome To Centarius!
  • Let's get you registered!
  • Users & Leaderboards
    • New Users
    • Leaderboards - Saving Scores
    • Leaderboards - Retrieval
  • Revenue
    • Sharing Revenue Data
Powered by GitBook
On this page
  1. Users & Leaderboards

New Users

It is important to log every new onboarded user from authentication on the Centarius API. This call must be made only when a new user registers, not on log in of returning users.

Request URL

POST https://www.centarius.app/reg-user/

Request Body

Name
Required
Type
Description

game_id

True

string

Your game's Centarius game ID.

userID

True

string

The unique identifier for the user that your game uses.

Response

Code
Type
Response

200

HttpResponse

User with identifier userID registered successfully.

500

JsonResponse

{'error': Exception as str}

PreviousLet's get you registered!NextLeaderboards - Saving Scores

Last updated 1 year ago