Advanced Token Extraction Matrix
Response Payload
Access Token Info
Retrieve account data, region, and JWT from a raw Garena access token.
GET/token?access_token={token}
Eat Token Decoder
Extract player info, open_id, and primary access token using an Eat token callback.
GET/token?eat_token={token}
Guest Login
Generate a fresh token and fetch payload using Guest UID and password.
GET/token?uid={uid}&password={pass}
Raw JWT Extractor
Alternative endpoint specifically geared to return {"BearerAuth": jwt}.
GET/api/get_jwt?access_token={token}