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: [email protected]
passwordstringRequired

Password

Example: 123456
Responses
chevron-right
200

OK

application/json
post
/auth/login

Last updated

Was this helpful?