Skip to content

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

TypeAPI Key (header: X-CSRF-Token)

Responses

Playground

Authorization

Samples

cURL
JavaScript
PHP
Python