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
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}
Last updated