...
To generate Developer Keys in Canvas Data 2, visit https://intelliboard.instructure.com/ and log in with your administrator credentials.
In the left hand menu, click "Admin" and select "Developer Keys."
Click the "+Developer Key" button in the top right corner and select "+API Key" from the drop down menu.
Complete the "Key Name" and "Redirect URLs" fields and click the "Save" button in the bottom right corner. You can name the key whatever you wish. The redirect URL for IntelliBoard Pro is https://next.intelliboard.net/settings/oauth2/redirect
IntelliBoard recommends not enabling scopes in this step. If you desire to enable scopes, please ensure the following are enabled:
url:GET|/api/v1/accounts
url:GET|/api/v1/accounts/:account_id/sub_accounts
url:GET|/api/v1/accounts/:account_id/roles
url:GET|/api/v1/users/:id
url:GET|/api/v1/accounts/:account_id/grading_standards
url:GET|/api/v1/accounts/:account_id/admins
url:GET|/api/v1/users/:user_id/page_views
url:GET|/api/v1/audit/authentication/users/:user_id
url:GET|/api/v1/accounts/:account_id/enrollments/:id
url:GET|/api/v1/courses/:course_id/assignments/:id
url:GET|/api/v1/courses/:course_id/quizzes/:quiz_id/submissions/:id
url:GET|/api/v1/users/:user_id/profile
url:GET|/api/v1/courses/:id
url:GET|/api/v1/sections/:section_id/assignments/:assignment_id/submissions/:user_id
url:GET|/api/v1/courses/:course_id/assignments/:assignment_id/submissions/:user_id
Find the newly created Key in the "Developer Keys" list. Ensure the state toggle is "On" and copy the "Client ID" listed under details and reveal and copy the "Client Secret Key." These need to be added to the IntelliBoard Pro connection. Steps are in the next section. If you are not ready to paste these credentials to IntelliBoard, save them in a secure location until ready.
...