Skip to main content

Redirect Player to Player's Dashboard

Whalepass.gg

For getting a redirection link so player can connect or create a Whalepass account

Token TypeLocationFormatWhere To Find
Header TokenX-API-KEYX-API-KEY: YOURTOKENhttps://dashboard.whalepass.gg/api-key
Header TokenX-Battlepass-IdX-Battlepass-Id: YOURTOKENhttps://dashboard.whalepass.gg/campaigns
Request ParamplayerId{ "playerId": "string" }You can find in response
Request ParamgameId{ "gameId": "string" }https://www.whalepass.gg/documentation/tutorial#finding-your-game-id

Request:

GET https://api.whalepass.gg/players/{playerId}/redirect?gameId={gameId}

Expected Response:

{
"redirectionLink": "string"
}