/
KA
kartevonmorgen
/
OpenFairDB API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 1mo ago
Details
Filter operations
Captcha
3
Categories
2
Entries/Places
10
Events
6
Export
2
Ratings
1
Search
2
Stats
4
Subscriptions
3
Tags
1
Users
5
post
User login
post
User logout
get
Get the current user
post
Request a password reset
post
Request a users password
Users
Get the current user
get
/users/current
Response
The current user
User
required
email
string
required
An e-mail address.
email_confirmed
boolean
required
role
'guest'
|
'user'
|
'scout'
|
'admin'
required
A user's role
Example response
{ "email": "john.smith@example.com" }
Changes