apilive.violetlms.com Open in urlscan Pro
15.206.95.89  Public Scan

Submitted URL: http://apilive.violetlms.com/
Effective URL: https://apilive.violetlms.com/
Submission: On April 07 via manual from IN — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

Violet LMS Web API


WELCOME TO VIOLET LMS WEB API!


THE REST INTERFACE

The API uses a RESTful interface. Every endpoint (URL) may support one of four
different http verbs. GET requests fetch information about an object, POST
requests create objects.


AUTHENTICATING REST REQUEST

The Violet LMS REST API uses a custom HTTP scheme based on a keyed-HMAC (Hash
Message Authentication Code) for authentication. To authenticate a request, you
first concatenate selected elements of the request to form a string. You then
use users SecretKey to calculate the HMAC of that string. Once the client has
generated the HMAC hash, it can include it in the “Authorization” header along
with the AppId