Skip to content
Pastefy Docs
Main Navigation
API
Features
Self-Hosting
InteraApps
Pastefy
Appearance
Menu
Return to top
Get current user
GET
/user
Authorizations
BearerAuth
Type
HTTP (bearer)
Responses
200
Current user info
Content-Type
application/json
Schema
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"
}
GET
/user
Playground
Authorization
BearerAuth
Try it out
Samples
Powered by
VitePress OpenAPI