PlaySuper LogoPlaySuper
API ReferenceSwaggerPlayer

Request OTP for sign-in

POST
/player/request-otp

Header Parameters

x-api-keystring

Game API Key

phonestring

Phone number in E.164 format

consent?boolean

Consent to terms and conditions

source?string

Source of the request

userAgent?string

User agent string

Response Body

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