# Player enter scores Web link for the player included in the request to enter scores for the event. This link is specific to the player included in the request and can only be used to score by this player. If the player is an admin of the community for this event, then the player will not be able to use the link to score and will need to log in normally. Endpoint: GET /v1/events/{eventId}/weblinks/players/{playerId}/scoring Version: 1.0 Security: bearerAuth ## Path parameters: - `eventId` (string, required) Event Id Example: "M-5208" - `playerId` (integer, required) Player Id Example: 2469 ## Response 200 fields (application/json): - `url` (string) url Example: "https://www.unknowngolf.com"