# Event Courses Operations related to the Courses for your Events **Search Courses:** Only courses associated with an event in Unknown Golf can be accessed via the API **Add Courses:** Courses cannot be added to an Event through the API, only on UnknownGolf.com ## List all courses - [GET /v1/events/{eventId}/courses](https://api-docs.unknowngolf.com/ug-api/event-courses/list.md): List of courses for the Event ## List all course tees - [GET /v1/events/{eventId}/courses/{courseId}/tees](https://api-docs.unknowngolf.com/ug-api/event-courses/tees.md): List of Course Tees for an Event ## Retrieve course tee - [GET /v1/events/{eventId}/courses/{courseId}/tees/{teeId}](https://api-docs.unknowngolf.com/ug-api/event-courses/tees_1.md): Course Tee for an Event