Skip to content
Hound Documentation
Main Navigation
Getting Started
Appearance
Menu
Return to top
User login
POST
/api/v1/auth/login
Request Body
application/json
Schema
JSON
JSON
{
"password"
:
"string"
,
"username"
:
"string"
}
Responses
200
400
500
OK
Content-Type
application/json
Schema
JSON
JSON
{
"data"
:
{
"display_name"
:
"string"
,
"role"
:
"string"
,
"token"
:
"string"
,
"username"
:
"string"
}
,
"status"
:
"success"
}
POST
/api/v1/auth/login
Playground
Body
Try it out
Samples
Powered by
VitePress OpenAPI