API Documentation

The REST API allows developers to hook into Clientexec and connect it to third-party applications.

Validate User

Arguments

Name Type Description
email string Email address of the user you want to validate (required)
password string Password of the user you wish to validate (required)

Example JSON Response

{
    "timestamp": 1391206085,
    "userid": 0,
    "valid": false,
    "elapsed": "0.622",
    "message": ""
}