PlaySuper LogoPlaySuper
API ReferenceSwaggerPlayer

Create or find players using third-party UUIDs

POST
/player/create-with-bulk-uuids

Header Parameters

x-api-keystring

Game API Key

uuids?array<string>

Response Body

curl -X POST "https://api.playsuper.club/player/create-with-bulk-uuids" \  -H "x-api-key: string" \  -H "Content-Type: application/json" \  -d '{}'
{
  "message": "string",
  "playerId": "string"
}
Empty