URL : /ConnectService.js
Method : POST
Auth required : NO
Required parameters
Name | Example | Description |
---|---|---|
method | LogOn | Fixed parameter that identifies the endpoint method. |
username | donald | Your username case insensitive. |
password | 36846677e3a8f4c0b16d8bdf8ef18608 | An MD5 representation of your password. |
cUrl data example
Info | ||
---|---|---|
| ||
--data "username=donald^&password=36846677e3a8f4c0b16d8bdf8ef18608^&method=LogOn" |
Success Response
Code : 200 OK
Content example
Code Block | ||
---|---|---|
| ||
{
"success": "true",
"items": [{
"accessKey": "2d8319f4-7a57-4ca0-a027-c44c2f259aac",
"memberId": "23",
"itemid": "3154",
"languageId": "3"
}
]
} |
Error Response
Condition :
Code : 200 OK
Content :
Info | ||
---|---|---|
| ||