POST /authenticate/
| Body | Type | Description |
|---|---|---|
username |
string |
Username |
password |
string |
User password |
Returns a ${token} for user rest api calls (the token is valid for 12 hours)
GET /api/v1/task/${id}
Header Authorization: ${token}
| Parameter | Type | Description |
|---|---|---|
id |
string |
Required. Id of item to fetch |
- Frontend @Chswell
- Backend @Danil-Prog