Skip to content
Gancio
Search
⌘
Ctrl
K
Main Navigation
Instances
Changelog
Blog
Appearance
Menu
Return to top
Log in
POST
/api/login
Login a user.
Request Body
application/json
Schema
JSON
JSON
{
"email"
:
"admin@gancio.org"
,
"password"
:
"password"
}
Responses
200
401
User logged.
Content-Type
application/json
Schema
JSON
JSON
{
"email"
:
"admin@gancio.org"
,
"role"
:
"user"
}
POST
/api/login
Playground
Body
Try it out
Samples
Powered by
VitePress OpenAPI