v1

latestOpenAPI 3.0.0MIT2026-07-17401250.4 KB
authentication

Log in

Log a user in. Upon a successful login, an API token will be returned. This token should be stored for further authenticated request (either as a Bearer token or as an api-token parameter).

post/api/me

Request body

emailstring email required
passwordstring password required

Response

OK

tokenstring required