How can i log in. ?


- To login You need to provide {Key} in authentication header of request. - To Login you need to call /api/Authenticate/
Jquery C# VB.Net

How can i use API Call. ?


- You need to provide {Token} in the authentication header of request every time you made an call.
- {Token} is valid for only an hour.
- Once your {Token} get expired, you need to login again.
- You need to provide "Accept" as "application/xml" or "application/json" for required format as a result.
Jquery C# VB.Net