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
post
/lineajeidentity/api/v1/login
200

Authentication successful

Last updated