--- title: 'Canvas LMS' description: 'Manage courses, students, and assignments in the Canvas learning management system.' --- # Canvas LMS Manage courses, students, and assignments in the Canvas learning management system. | Detail | Value | |---|---| | Category | Education | | Base URL | `https://canvas.instructure.com/api/v1` | | Authentication | Bearer Token | | Endpoints | 3 | | Connector key | `canvas-lms` | ## Using Canvas LMS in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Canvas LMS** 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_listcourses) | List courses | | [GET /courses/{id}/students](./get_courses_id_students_education_liststudents) | List students in a course | | [POST /courses/{id}/assignments](./post_courses_id_assignments_education_createassignment) | Create an assignment | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.