Generate your API Key

Generate your API Key

Step 1: Click on "Site admin" > "Integrations" > "Manage tokens":







Step 2: Click on "Create Token":



Step 3: (1) Select the user you wish to give the API Token to, (2) Select "API" then (3) Save:



Step 4: Share this token with the user or save it if it's your own for later use as per the guides below:





    • Related Articles

    • User API

      core_user_create_users Arguments users (Required) General structure list of (  object { createpassword int  Optional //True if password should be created and mailed to user. username string   //Username of profile. auth string  Default to "manual" ...
    • Course Groups API

      core_group_add_group_members Arguments members (Required) General structure list of (  object { groupid int   //group record id userid int   //user id }  ) REST (POST parameters) members[0][groupid]= int members[0][userid]= int ...
    • Setting Up Your API

      We advise the use of a developer to help you setup your API connection. We will offer an example of how to CREATE NEW USER on your LMS (core_user_create_users) Let's review only the required REST (POST parameters): wsfunction=core_user_create_users ...
    • Enrollment API

      enrol_manual_enrol_users Arguments enrolments (Required) General structure list of (  object { roleid int   //Role to assign to the user userid int   //The user that is going to be enrolled courseid int   //The course to enrol the user role in ...
    • Messaging API

      core_message_get_messages Arguments useridto (Required) the user id who received the message, 0 for any user.  useridfrom (Default to "0") the user id who send the message, 0 for any user. Note that a useridto=0 and useridfrom=0, will not work. At ...