PlaySuper LogoPlaySuper
API ReferenceSwaggerPlayer

Verify OTP and get access token

POST
/player/login

Header Parameters

x-api-keystring

Game API Key

phonestring

Phone number in E.164 format

otpstring

Six-digit OTP

Response Body

curl -X POST "https://api.playsuper.club/player/login" \  -H "x-api-key: string" \  -H "Content-Type: application/json" \  -d '{    "phone": "+919327632577",    "otp": "123456"  }'
{
  "access_token": "string"
}
Empty