--- title: 'Google Classroom' description: 'Manage courses, students, and coursework via the Google Classroom API.' --- # Google Classroom Manage courses, students, and coursework via the Google Classroom API. | Detail | Value | |---|---| | Category | Education | | Base URL | `https://classroom.googleapis.com/v1` | | Authentication | See connector docs | | Endpoints | 3 | | Connector key | `google-classroom` | ## Using Google Classroom in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Google Classroom** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET /courses](./get_courses_education_listgooglecourses) | List courses | | [GET /courses/{id}/students](./get_courses_id_students_education_listgooglestudents) | List students in a course | | [POST /courses/{id}/courseWork](./post_courses_id_coursework_education_createcoursework) | Create course work | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.