Skip to content

User login

POST
/users/login

User login. Server: localhost:8081

Authorizations

bearerAuth
TypeHTTP (bearer)

Request Body

application/json
JSON
{
"username": "string",
"password": "string"
}

Responses

OK

application/json
JSON
{
"token": "string"
}

Playground

Server
Authorization
Body

Samples

Powered by VitePress OpenAPI

Distributed under the Apache License Version 2.0