Skip to main content
POST
/
api
/
user
/
login
Login and create a new session
curl --request POST \
  --url https://localhost:8080/api/user/login \
  --header 'Content-Type: application/json' \
  --data '
{
  "username": "<string>",
  "password": "<string>"
}
'
{
  "token": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://hoversprite.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
username
string
required
password
string
required

Response

200 - */*

OK

token
string