This feature is designed to get tokens for authentication. The Service URL of this feature is given by the following link-
https://www.enterice.com/external/icedataapi/api/Profile/Authenticate
- Allowed For- Admin
- Json Formats-
- Code snippet for Web API Use-
Authenticate
{
‘UserName’:’xyz@ice.com’,
‘Password’:’asdf@1234′
}
2. Description for Request Parameters–
S.No. | Name | Type | Description |
1 | UserName | String | User name |
2 | Password | String | Password |
3. Response Example-
Success:
{
“eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1bmlxdWVfbmFtZSI6ImFkbWluQGljZS5jb20iLCJuYmYiOjE1MzMxOTgxNjEsImV4cCI6MTUzMzgwMjk2MSwiaWF0IjoxNTMzMTk4MTYxLCJpc3MiOiJodHRwOi8vZW50ZXJpY2UuY29tIiwiYXVkIjoiaHR0cDovL2VudGVyaWNlLmNvbSJ9.fauvEGKmxDjpEplJ6vTvVwnu9lD8RaXaB_GmazFxjUQ”
}
Fail:
{ “Status”: “false”,
“Message”: “as above.”
“Error”: “as above”
}