API_login - AtlasRender/atlas-core GitHub Wiki
API Route
/login
Overview
You can get authorization token using this route.
[POST] /login
Spec
| Property | Value |
|---|---|
| Method | POST |
| Accept | application/json |
| Payload | JSON |
| Query params | NONE |
| Route params | NONE |
| Authorization | NONE |
| Response payload | JSON |
Payload
{
"username": "string",
"password": "string"
}
Response payload
//TODO finish