Get Access Token

Please provide your username and password for get access token.

/api/Authentication

Request Header

ParameterRequiredValue
LoginIdMandatoryUser Input
PasswordMandatoryUser Input
DecryptMandatoryfalse
IsExpirableOptionalTrue
Accept-LanguageOptionalen-US
Accept-EncodingOptionalgzip
Content-TypeMandatoryapplication/json

Successful Response:

Header TokenKey
Content UserObject

Example

LoginId:[email protected]
Password:YourPassword
Content-Type:application/json
Decrypt:false
IsExpirable:false
TokenKey → Your-Key
{
  "CompanyName": "Your comapny name",
  "Fax": "",
  "Address1": "Your Addreess1",
  "Address2": "",
  "City": "Your city",
  "StateName": "Your Statename",
  "CountryName": "Your Country",
  "ZipCode": "Your zipcode",
  "Phone": "",
  "PhoneWork": "Your work phone number",
  "PhoneExt": "",
  "PhoneAfterHrs": "",
  "Pager": "",
  "TimeZone": "Your time zone",
  "Title": "",
  "LastLoginDate": "your last login date",
  "AccountSettings": [
    {
      "Key": "PROJECT_CUSTOM_TERM",
      "Value": "Your Project Custom Term Value"
    },
    {
      "Key": "PROJECT_CUSTOM_TERM_PLURAL",
      "Value": "Your Project Custom Term Plural Value"
    },
    {
      "Key": "Application_Name",
      "Value": "Your Application Name"
    }
  ],
  "PWUserID": "your PWuserid",
  "PWAccountID": "Your account id",
  "PWContactID": "Your contact id",
  "FirstName": "Your firstname",
  "LastName": "Your last name",
  "Email": "[email protected]",
  "UserName": "your user name"
}

Remarks:
Method: POST