Authenticate Request
username
Username sent from client to authenticate against tool provider username.
password
Password sent from client to authenticate against tool provider password.
Example:
REQUEST:
- POST /authenticate?courseId=123&instructor=555
- HEADER:
Content-Type: application/json
Authorization: Basic WW91SGF2ZVRvb011Y2hGcmVlVGltZTpTdG9wUmV2ZXJzZUVuZ2luZWVyaW5nT3VyRG9jdW1lbnRhdGlvbiA6LSk=
- BODY:
{
"username": "yourmom",
"password": "ea918c08a3874091a2644e72109ea898",
}