MyAberdeen — Blackboard Learn tenancy

MyAberdeen, the University's virtual learning environment, is a Blackboard Learn tenancy at abdn.blackboard.com (www.abdn.ac.uk/myaberdeen redirects to it). The Blackboard Learn public REST API is present and its unauthenticated version endpoint answers — /learn/api/public/v1/system/version returns 200 with {"learn":{"major":4000,"minor":21,"patch":0,"build":"rel.28+435d029"}} — but every data endpoint beyond it requires an OAuth2 application registered with Anthology, not with Aberdeen. Blackboard is an LTI-certified platform; that certification is Anthology's, and no Aberdeen-published LTI registration or tool configuration was found, so no LTI conformance is claimed for the institution.

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/blackboard-learn-tenancy"
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-aberdeen:blackboard-learn-tenancy
name: MyAberdeen — Blackboard Learn tenancy
description: MyAberdeen, the University's virtual learning environment, is a Blackboard Learn tenancy
  at abdn.blackboard.com (www.abdn.ac.uk/myaberdeen redirects to it). The Blackboard Learn public REST
  API is present and its unauthenticated version endpoint answers — /learn/api/public/v1/system/version
  returns 200 with {"learn":{"major":4000,"minor":21,"patch":0,"build":"rel.28+435d029"}} — but every
  data endpoint beyond it requires an OAuth2 application registered with Anthology, not with Aberdeen.
  Blackboard is an LTI-certified platform; that certification is Anthology's, and no Aberdeen-published
  LTI registration or tool configuration was found, so no LTI conformance is claimed for the institution.
humanURL: https://www.abdn.ac.uk/myaberdeen
baseURL: https://abdn.blackboard.com/learn/api/public/v1
tags:
- Learning Management
- VLE
- Blackboard
- Education Technology
- Tenant
properties:
- type: Documentation
  url: https://abdn.blackboard.com/learn/api/public/v1/system/version
x-operator: tenant
x-operator-basis: Host abdn.blackboard.com is an institution-specific subdomain on Anthology's blackboard.com
  platform. The version endpoint self-declares Blackboard Learn 4000.21.0; the contract, the OAuth2 authorization
  server and the release train are Anthology's.
x-vendor: Anthology (Blackboard Learn)
x-probe:
  baseURL_status: 400
  version_endpoint_status: 200
  note: The collection root /learn/api/public/v1 returns 400 to a bare GET because it names no resource;
    that is protocol behaviour, not an outage. The unauthenticated /system/version endpoint under it returns
    200.
  probed: '2026-09-01'