Skip to content
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.

API_login

Danil Andreev edited this page Nov 4, 2020 · 3 revisions

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
Clone this wiki locally