Skip to content

Client Authenticate

Supported Versions Last Updated
1.2.00 & higher
json output 1.14.00 & higher
2013/04/30
Action client-authenticate
Method GET, POST
Variables

username [username of the client]

password [passowrd of the client]

rdtype [json] For json output specify json or for default output leave blank. This variable is optional

Example Output

XML

Success:

 <status>success</status>

<statusmsg>validated</statusmsg>

Error:

 <status>error</status>

<statusmsg>invalid username or password</statusmsg>

JSON

Success:

 {"status":"success","statusmsg":"validated"}

Error:

 {"status":"error","statusmsg":"invalid username or password"}

Back to top