Login
Body
usernamestringRequired
passwordstringRequired
Responses
200
OK
application/json
tokenstringRequired
default
unexpected error
application/json
post/api/v1/login
POST /api/v1/login HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 37
{
"username": "text",
"password": "text"
}{
"token": "text"
}Last updated
Was this helpful?

