Licenses

List Licenses

get

List all available licenses.

curl -H "X-Session-ID: 0123456789" "https://lor.instructure.com/api/licenses"

Authorizations
Responses
200
A list of available licenses
application/json
get
GET /api/licenses HTTP/1.1
Host: lor.instructure.com
x-session-id: YOUR_API_KEY
Accept: */*
{
  "items": [
    {
      "id": "text",
      "title": "text",
      "image": "text",
      "link": "text"
    }
  ]
}

Last updated

Was this helpful?