Skip to content
Search
K
Main Navigation
Guide
Rest API
Wiki
English
Deutsch
English
Deutsch
Appearance
Menu
Return to top
Checks if the user is logged in and lists the basic user information. Returns 401 if not logged in or 200 and the user data.
GET
/api/user/current
Authorizations
api_key
Requests manipulating data need to supply a CSRF token
Type
API Key (header: X-CSRF-Token)
Responses
default
GET
/api/user/current
Playground
Authorization
api_key
Try it out
Samples
cURL
JavaScript
PHP
Python
cURL
JavaScript
PHP
Python