# List all courses List of courses for the Event Endpoint: GET /v1/events/{eventId}/courses Version: 1.0 Security: bearerAuth ## Path parameters: - `eventId` (string, required) Event Id Example: "M-5208" ## Response 200 fields (application/json): - `id` (integer) Course Id Example: 287 - `name` (string) Name Example: "Lantana Golf Club" - `city` (string) City Example: "Lantana" - `state` (string) State Example: "US-TX" - `country` (string) Country Example: "US"