Skip to content

PlayerSignupApi

All URIs are relative to http://localhost:8080/api

Method HTTP request Description
signupPlayer POST /player/signup Signup Player (WIP)

signupPlayer

SignupPlayerResponse signupPlayer(SignupPlayerRequest)

Signup Player (WIP)

- Create new account using uuid and returns access token - WARN: THIS ENDPOINT MUST NOT BE ENCRYPTED

Parameters

Name Type Description Notes
SignupPlayerRequest SignupPlayerRequest [optional]

Return type

SignupPlayerResponse

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json