Login to the system
POST/auth/login
Authenticate an organization with its email and password and receive a JWT bearer token. The token is opaque and carries only the organization id — read tenant identity from GET /organization/me, not from the token payload.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 409
- 422
Login successful
Bad Request - Invalid input data
Unauthorized - Invalid or missing authentication token
Forbidden - Insufficient permissions
Not Found - Resource not found
Conflict - Resource already exists or state conflict
Unprocessable Entity - Validation error
Environment: