Canvas LMS Accounts API
Root and sub-accounts that own the Canvas tenancy hierarchy
Canvas LMS Accounts API is one of 16 APIs that Canvas LMS publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
This API exposes 2 JSON Schema definitions.
Tagged areas include Accounts. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a JSON-LD context, authentication docs, rate-limit docs, a changelog, and 2 JSON Schemas.
This API exposes 3 operations across 3 paths, and defines 3 schemas. It is described by OpenAPI 3.1.0, at version 1.0.
Requests are made against a single base URL, https://{canvas_host}/api/v1.
Metadata
The identity and technical contract details declared by the specification.
Authentication & Security 2
Canvas LMS Accounts API declares
2 security schemes
for authenticating requests.
It supports OAuth 2.0 (OAuth2) using the authorizationCode flow, exposing 3 scopes.
It accepts HTTP bearer tokens (BearerAuth).
By default, every request must be authenticated.
OAuth2— Canvas OAuth2 (RFC 6749) authorization code grant. Register a Developer Key in the target Canvas account to obtain a clientid and clientsecret.BearerAuth— A Canvas access token. For testing only — production apps MUST use the OAuth2 flow per the Canvas API Policy.
Paths & Operations 3
Across 3 paths, the API surfaces 3 operations — 3 GET. Each is listed below with its method, path, parameters, and response codes.
Root and sub-accounts that own the Canvas tenancy hierarchy
Schemas 3
The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are Course (42 properties), Enrollment (26 properties), Account (14 properties). Each schema is shown below with its type and property counts.
Specification
The full machine-readable OpenAPI contract behind this narrative.
Source
More from Canvas LMS 12
Other APIs Canvas LMS publishes across the network.