Players API
Manage player profiles and handicaps.
Get Player
GET /api/v1/players/:id
Response
{
"id": "player_123",
"name": "John Smith",
"email": "john@example.com",
"handicap": 12.5,
"membershipType": "full"
}
Update Player
PATCH /api/v1/players/:id
See the full API reference for complete details.