# Player registration Web link for the player included in the request to register for the event. Note: This link is specific to the player included in the request and can only be used to register this player. Endpoint: GET /v1/events/{eventId}/weblinks/players/{playerId}/register 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" ## Response 401 fields