# Player public registration Web link for a public player (not part of your community) to register for the event. Registration Type: This link can only be used if the event registration type is set to "Online Questionnaire". Note: Player's that are part of your community can still uset this link, they will just be asked to enter all of their information. Endpoint: GET /v1/events/{eventId}/weblinks/players/public/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