Fetch Token - Login
JWT TOKEN - Rest API Login
- Login using an HTTP POST request by providing username and password
- Receives a JWT authentication Token for later requests to identify the authorized user
- Send the Authentication Token with subsequent requests typically HTTP Headers like
Authorization: Bearer AUTH_JWT_TOKEN
Login API Specs
Login - http://www.tickermarket.com/TPILWebAPI/Api/V1/Users/Login
| Http Method | must be a POST Request |
| Http Scheme | http |
| Hostname | Server IP ( e.g www.tickermarket.com) |
| Port | 8080 |
| Path | TPILWebAPI/Api/V1/Users/Login (Login Endpoint path) |
| POST Parameters | BODY
|
| Error Response |
Code: 401 UNAUTHORIZED OR Code: 404 NOT FOUND |