URL

https://devwebapi.leadmaster.com/api/LMService/GetAPIValidateLogon?username={username}&pwd={pwd}&api_key={api_key}

Description

Validate the user in leadmaster

HttpMethod

GET

Request Information

Parameters

NameDescriptionAdditional information
username
Username required for authentication.

Define this parameter in the request URI.

pwd
Password required for the authenticaton.

Define this parameter in the request URI.

api_key
api key required for the authenticaton.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "APIValidateLogon": "sample string 1"
}

application/xml, text/xml

Sample:
<TempObj xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.Controllers">
  <APIValidateLogon>sample string 1</APIValidateLogon>
</TempObj>