Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

URL : /ConnectService.js

Method : POST

Auth required : NO

Required parameters

NameExampleDescription
methodLogOnFixed parameter that identifies the endpoint method.
usernamedonaldYour username case insensitive.
password36846677e3a8f4c0b16d8bdf8ef18608

An MD5 representation of your password.
Password are not stored in MD5 but needs this representation for backwards compatibility.


cUrl data example

Info
iconfalse

--data "username=donald^&password=36846677e3a8f4c0b16d8bdf8ef18608^&method=LogOn"

Success Response

Code : 200 OK

Content example

Code Block
languagejs
{
	"success": "true",
	"items": [{
			"accessKey": "2d8319f4-7a57-4ca0-a027-c44c2f259aac",
			"memberId": "23",
			"itemid": "3154",
			"languageId": "3"
		}
	]
}

Error Response

Condition : 

Code : 200 OK

Content :

Info
iconfalse