QuickSense API
  • Introduction
  • Authentication
  • Errors
  • Core Resources
    • Enrolments
      • The enrolment object
      • Create a user and add into a course
      • Create a user and add into a classroom
      • Remove user from a course
      • Remove user from a classroom
    • Users
      • The user object
      • Retrieve a user
      • Update a user
      • Delete a user
      • List all users
    • Courses/Classrooms
      • The courses object
      • List all clasrooms/courses
Powered by GitBook
On this page

Was this helpful?

Authentication

PreviousIntroductionNextErrors

Last updated 4 years ago

Was this helpful?

The QuickSense API uses API keys to authenticate requests. You can request an API key from QuickSense directly.

The API key is referenced in every request header as the following parameter: ApiKey

Your API key carries specific privileges, so be sure to keep them secure. Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.

All API requests must be made over . Calls made over plain HTTP will fail. API requests without authentication will also fail.

Once you're strong enough, save the world:

API KEY
QuickSense.ApiKey = "sk_test_4eC39HqLyjWDarjtT1zdp7dc";

HTTPS