Skip to main content

Enrolling A Player To Your Game

Whalepass.gg

Request:

POST https://api.whalepass.gg/enrollments
{
"playerId": "string",
"gameId": "string"
}

Expected Response:

{
"id": "string",
"externalPlayerId": "string",
"gameId": "string",
"userId": "string",
"accountConnected": true,
"createdAt": "2023-12-26T13:05:17.428Z",
"updatedAt": "2023-12-26T13:05:17.428Z"
}