In order to use the Jusoor Labs API's you have to register your lms to our system , in order to generate a unique token for your subscription that you will use through out the process of consuming our API's.
type :
Name | required | type | description |
---|---|---|---|
referer | YES | string | The root of the application that is sending the request (your website at jusoorlabs.com) |
accept | YES | string | the basic accept header (always send it as application/json) |
Name | required | type | description |
---|---|---|---|
lisence | YES | string | the lisence provided when you register with Jusoor Labs as a tenant |
secret | YES | string | the secret key provided when you register with Jusoor Labs as a tenant |
lms_type | YES | string | As a Jusoor Labs partner, you need to indicate the type or name of the LMS that the user has. For example: Moodle, Google Classroom, Microsoft Teams, etc. |
lms_version | YES | string | As a Jusoor Labs partner, you need to specify the version of your LMS that the user is using. For example: 1.0.0. |
after completing the registeration process a unique token will be generated
and returned to you in the response
, and you are required to save this token somewhere safe so you can use it
later.
And if you missed the token you can find it in your subscription information in your account at Jusoor Labs website.
type :
Name | required | type | description |
---|---|---|---|
referer | YES | string | The root of the application that is sending the request (your website at jusoorlabs.com) |
accept | YES | string | the basic accept header (always send it as application/json) |
token | YES | string | The token provided after registeration |
Name | required | type | description |
---|---|---|---|
secret | YES | string | the secret key provided when you register with Jusoor Labs as a tenant |
Once you deregister with us , any api requests will not work , and the token will be deleted permenantly unless you register your lms again.
type :
Name | required | type | description |
---|---|---|---|
referer | YES | string | The root of the application that is sending the request (your website at jusoorlabs.com) |
token | YES | string | The token provided to you once you've registerd with Jusoor Labs API's. |
accept | YES | string | the basic accept header (always send it as application/json) |
Name | required | type | description | |
---|---|---|---|---|
No parameters required for this request |