For the complete documentation index, see llms.txt. This page is also available as Markdown.

Login

Login

post
Body
usernamestringRequired
passwordstringRequired
Responses
200

OK

application/json
tokenstringRequired
post/api/v1/login
POST /api/v1/login HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 37

{
  "username": "text",
  "password": "text"
}
{
  "token": "text"
}

Last updated

Was this helpful?