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

Login

Operations related to login.

Login

post
/auth/login

Login by organization user

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
usernamestringRequired

User email

Example: janedoe@example.com
passwordstringRequired

Password

Example: 123456
Responses
200

OK

application/json
post/auth/login

Last updated

Was this helpful?