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

Last updated

Was this helpful?