- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Retrieve the Recall tokens from all requested games that is associated with the PGS Player encoded in the provided recall session id. The API is only available for users that have an active PGS Player profile.
HTTP request
GET https://games.googleapis.com/games/v1/recall/gamesPlayerTokens/{sessionId}
Path parameters
Parameters | |
---|---|
sessionId |
Required. Opaque server-generated string that encodes all the necessary information to identify the PGS player / Google user and application. |
Query parameters
Parameters | |
---|---|
applicationIds[] |
Required. The application IDs from the Google Play developer console for the games to return scoped ids for. |
Request body
The request body must be empty.
Response body
A list of recall token data returned from the recall.gamesPlayerTokens RPC
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"gamePlayerTokens": [
{
object ( |
Fields | |
---|---|
gamePlayerTokens[] |
The requested applications along with the recall tokens for the player. If the player does not have recall tokens for an application, that application is not included in the response. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/androidpublisher
For more information, see the OAuth 2.0 Overview.