v1

latestOpenAPI 3.0.1MIT2026-07-17333.2 KB
auth

Login with an existing user

post/auth/login

Request body

usernamestring required
passwordstring required
permissionsstring[] required
applicationstring

A human readable application name

Example request

{
  "username": "user",
  "password": "password",
  "application": "dogbin Android"
}

Response

Succesfully signed in

usernamestring
keystring

API key for the user, to be used in X-Api-Key header

Example response

{
  "username": "user",
  "key": "c6g37GHLadXI90lOb22O5136zvODZIDf7jcUk5Jw"
}
All 3 operations