This endpoint allows a client to generate JWT after authenticating client credentials provided in the request.
| Protocol | Endpoint |
|---|---|
| POST | api/user/auth |
| Parameter | Data Type | Parameter | Description |
|---|---|---|---|
| UserName | String | Body | Username associated with Client. |
| Password | String | Body | Password associated with Client. |
| 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. |