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

Authentication

Authentication endpoints

Authenticate user

post

Authenticates with username and password and returns a bearer token.

Body
usernamestringRequired

Lineaje username

passwordstring · passwordRequired

Lineaje password

Responses
200

Authentication successful

application/json
accessTokenstringRequired

Access token to be used in Authorization header

tokenTypestringRequiredExample: Bearer
expiresInintegerRequired

Token expiration time in seconds

Example: 86400
scopestringRequiredExample: openid profile email
post/lineajeidentity/api/v1/login
200

Authentication successful

Last updated