POST
/v1/auth/loginDirect Login
Authenticate users directly with Email and Password to receive a secure JWT access token within the CBC GROUP ecosystem.
Request BodyJSON
emailRequired · String
User's registered email address.
passwordRequired · String
User's account password.
Error Responses
401
AUTH_INVALID_CREDENTIALS
Invalid email or password combination.
400
INVALID_REQUEST
Missing required fields in JSON body.