| POST | {URL}/authenticate.aspx |
| Parameters : |
| Field | Type | Description |
| key | String | KEY value provided by oLocker |
| value | String | VALUE 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 |
| Field | Type | Description |
| result | String | Message. |
| token | String | TOKEN value for usage in next steps |