Accounts (LTI)
Last updated
Was this helpful?
Last updated
Was this helpful?
API for accessing account data using an LTI dev key. Allows a tool to get account information via LTI Advantage authorization scheme, which does not require a user session like normal developer keys do. Requires the account lookup scope on the LTI key.
GET /api/lti/accounts/:account_id
Scope: url:GET|/api/lti/accounts/:account_id
Retrieve information on an individual account, given by local or global ID.
Returns an object.
This documentation is generated directly from the Canvas LMS source code, available .