post https://kigo-core-server-test.kigodigital.net/api/v1/auth/sessions/email
Description
- Authenticates a user by validating the email and partner ID against the.
- Validates that the user has previously claimed an access code.
Errors
- 400 BAD REQUEST: Returned if the provided email is invalid or the partner ID is incorrect.
- 401 UNAUTHORIZED: Returned if the user lacks the required access or credentials are invalid.
- 500 INTERNAL SERVER ERROR: Returned if an unexpected server error occurs.
Returns
- 200 OK: On successful login, returns the account ID and an API session token.
- 400 BAD REQUEST: If the email or partner ID is invalid.
- 401 UNAUTHORIZED: If the user is unauthorized.
- 500 INTERNAL SERVER ERROR: If a server error occurs.