Skip to content

Get current user

GET
/user

Authorizations

BearerAuth
TypeHTTP (bearer)

Responses

Current user info

application/json
JSON
{
"logged_in": true,
"id": "string",
"name": "string",
"display_name": "string",
"color": "string",
"profile_picture": "string",
"auth_type": "string",
"auth_types": [
"string"
],
"type": "string"
}

Playground

Authorization

Samples

Powered by VitePress OpenAPI