I need help trying to access the login endpoint that takes the email and password as parameters. There’s none in the REST API. It only takes the email as a parameter. Could I create an addon for that as well?
https://docs.cs-cart.com/latest/developer_guide/api/entities/auth.html
This endpoint does not require password, because API key is the proof of authorization. Also, password are not stored in database as a plaintext, so there’s no way for you to know the passwords of other administrators than you.
Please take a look at my previous answer: