MyUni Learning Management System (Instructure Canvas) — Adelaide tenancy

The University's LMS runs on Instructure Canvas at myuni.adelaide.edu.au. The tenancy, roster and course content are Adelaide's; the API contract is Instructure's. It is recorded because it carries the only LTI conformance in this repo and it is genuinely machine-readable without credentials at two paths. Probed 2026-08-30: /api/lti/security/jwks returns an RSA JWKS (200), /.well-known/openid-configuration returns an OIDC discovery document declaring issuer https://myuni.adelaide.edu.au (200), /api/lti/courses/1/line_items returns 401 rather than 404, and the Canvas REST API returns 401 {"status":"unauthenticated"} on /api/v1/accounts, /api/v1/courses and /api/v1/users/self. The bare /api/v1 root 404s, as Canvas does on every deployment; the baseURL below records the base, not a callable document. Developer keys are issued only by institutional administrators. Canvas's contract is not stored here.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/myuni-canvas"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
aid: university-of-adelaide:myuni-canvas
name: MyUni Learning Management System (Instructure Canvas) — Adelaide tenancy
x-operator: tenant
description: 'The University''s LMS runs on Instructure Canvas at myuni.adelaide.edu.au. The tenancy,
  roster and course content are Adelaide''s; the API contract is Instructure''s. It is recorded because
  it carries the only LTI conformance in this repo and it is genuinely machine-readable without credentials
  at two paths. Probed 2026-08-30: /api/lti/security/jwks returns an RSA JWKS (200), /.well-known/openid-configuration
  returns an OIDC discovery document declaring issuer https://myuni.adelaide.edu.au (200), /api/lti/courses/1/line_items
  returns 401 rather than 404, and the Canvas REST API returns 401 {"status":"unauthenticated"} on /api/v1/accounts,
  /api/v1/courses and /api/v1/users/self. The bare /api/v1 root 404s, as Canvas does on every deployment;
  the baseURL below records the base, not a callable document. Developer keys are issued only by institutional
  administrators. Canvas''s contract is not stored here.'
humanURL: https://myuni.adelaide.edu.au/
baseURL: https://myuni.adelaide.edu.au/api/v1
tags:
- Learning Management
- Canvas
- Instructure
- LTI
- OpenID Connect
- Tenant
- Gated
properties:
- type: Documentation
  url: https://canvas.instructure.com/doc/api/
- type: Authentication
  url: authentication/university-of-adelaide-authentication.yml
- type: Conformance
  url: conformance/university-of-adelaide-education-standards.yml