Licenses

List Licenses

get
/api/licenses

List all available licenses.

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

Authorizations
x-session-idstringRequired

Session authentication. The session ID can be provided in any of the following ways: [Cookie: 'session'] [Header: 'x-session-id'] [Query parameter: 'session-id'] [Query parameter: first value of 'state'] [Body property: 'sessionId']

Responses
200

A list of available licenses

application/json
get
/api/licenses
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?