Returns a URL for the requested end point type.
HTTP request
POST https://games.googleapis.com/games/v1/applications/getEndPoint
Query parameters
| Parameters | |
|---|---|
applicationId | 
                
                   
 The application ID from the Google Play developer console.  | 
              
endPointType | 
                
                   
 Type of endpoint being requested.  | 
              
Request body
The request body must be empty.
Response body
Container for a URL end point of the requested type.
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
{ "url": string }  | 
                  
| Fields | |
|---|---|
url | 
                    
                       
 A URL suitable for loading in a web browser for the requested endpoint.  | 
                  
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/gameshttps://www.googleapis.com/auth/games_lite
For more information, see the OAuth 2.0 Overview.
EndPointType
Specifies which kind of end point should be returned.
| Enums | |
|---|---|
PROFILE_CREATION | 
                Request a URL to create a new profile. | 
PROFILE_SETTINGS | 
                Request a URL for the Settings view. |