LearnWorlds
Supports:
Connection
Configuration
| Name | Type | Description | Required |
|---|---|---|---|
client_id | string | Client ID | true |
client_secret | string | Client Secret | true |
school_url | string | School URL | true |
Example
1 { 2 "name": "LearnWorlds connection", 3 "type": "learnworlds", 4 "configuration": { 5 "client_id": "", 6 "client_secret": "", 7 "school_url": "https://my-school.learnworlds.com" 8 } 9 }
