Authenticate Client


This endpoint allows a client to generate JWT after authenticating client credentials provided in the request.

Endpoint
Protocol Endpoint
POST api/user/auth
Request
Parameter Data Type Parameter Description
UserName String Body Username associated with Client.
Password String Body Password associated with Client.
Response
Field Description
ResponseCode Code associated to one type of Response
ResponseMessage Message associated to one type of Response
Token JWT generated on successful authentication based on credentials provided. This token is valid for 45 minutes.