Get Access Token
Please provide your username and password for get access token.
/api/Authentication
Request Header
| Parameter | Required | Value |
|---|---|---|
| LoginId | Mandatory | User Input |
| Password | Mandatory | User Input |
| Decrypt | Mandatory | false |
| IsExpirable | Optional | True |
| Accept-Language | Optional | en-US |
| Accept-Encoding | Optional | gzip |
| Content-Type | Mandatory | application/json |
Successful Response:
| Header | TokenKey |
| Content | UserObject |
Example
LoginId:[email protected]
Password:YourPassword
Content-Type:application/json
Decrypt:false
IsExpirable:falseTokenKey → 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
Updated about 1 year ago
