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

Authentication

Authenticate User

post

Logs in a user and returns an access token.

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

Username for authentication

passwordstringRequired

Password for authentication

Responses
200

Successful Authentication

application/json
access_tokenstringOptional

The access token returned after authentication.

post/v1/auth/login
200

Successful Authentication

Last updated

Was this helpful?