Skip to content
Termix
Main Navigation
Home
Docs
Appearance
Menu
Return to top
Get current user info
GET
/users/me
Get current user info.
Server: localhost:8081
Authorizations
bearerAuth
Type
HTTP (bearer)
Responses
200
401
OK
Content-Type
application/json
Schema
JSON
JSON
{
"id"
:
"string"
,
"username"
:
"string"
,
"is_admin"
:
true
}
GET
/users/me
Playground
Server
Select a server...
Authorization
bearerAuth
Try it out
Samples
Powered by
VitePress OpenAPI