Step 1 : Authentication

POST{URL}/authenticate.aspx
Parameters :
FieldTypeDescription
keyStringKEY value provided by oLocker
valueStringVALUE Hash provided by oLocker
Parameters : JSON format (example)       POST {URL}/authenticate.aspx       Content-Type application/json
{ 
    "key" : "Replace_this_with_the_KEY_provided_to_you", 
    "value" : "Replace_this_with_the_VALUE_provided_to_you" 
}
Returns : JSON format (example) RESPONSE
{ 
    "result" : "OK", 
    "token" : "TOKEN-forTesting" 
}
Return Parameters (Success) : RESPONSE
FieldTypeDescription
resultStringMessage.
tokenStringTOKEN value for usage in next steps