posted by | Comments Off on Finding your “hidden” SCORMCloud internal Application ID

In every SCORMCloud realm, there’s an internal ‘SCORMCloud’ application.

But if you go to the application listing:

https://cloud.scorm.com/sc/user/Apps

It’s not there!

This is frustrating because you can still interact with it via the API.

Now, you can coerce the application ID out of SCORMCloud by

  • upload a dummy course to the internal application.
  • then find the course in the library and click on it.  It will give a full URL that will include the SCORMCloud application ID!

Now to get the secret key, take the APP ID you found earlier, and build an URL like this:

 

https://cloud.scorm.com/sc/user/AppsAuth?appId=[MY APP ID]

 

in the response, you’ll need to view the page source, and then search for “secret=”

 

This is the secret key of your internal SCORMCloud API!   You are ready to rock!

 

Got questions?  Ask us:

ASK!