PlaySuper LogoPlaySuper
API ReferenceSwaggerPlayer

Get player profile details

GET
/player/gcommerce/profile/details
AuthorizationBearer <token>

In: header

Header Parameters

x-api-keystring

Game API Key

x-game-uuid?string

Game UUID

Response Body

curl -X GET "https://api.playsuper.club/player/gcommerce/profile/details" \  -H "x-api-key: string" \  -H "x-game-uuid: string"
{
  "firstName": "John",
  "lastName": "Doe",
  "gender": "MALE",
  "dateOfBirth": "1990-01-01",
  "email": "john.doe@example.com",
  "phoneNumber": "+1234567890",
  "profilePicUrl": "https://example.com/profile.jpg",
  "playerId": "string",
  "createdAt": "2019-08-24T14:15:22Z",
  "updatedAt": "2019-08-24T14:15:22Z"
}
Empty