1. Amasty\CustomerLogin\Api\CustomerTokenInterface - class for customer token:
- POST /V1/amasty_customer_login/token, method="createCustomerToken" - create customer token.
2. Amasty\CustomerLogin\Api\LoggedInRepositoryInterface - class for logs:
- PUT /V1/amasty_customer_login/loggedin/:loggedInId, method="save" - edit and save a log;
- GET /V1/amasty_customer_login/loggedin, method="getById" - get a log by ID;
- GET /V1/amasty_customer_login/loggedin/all, method="getList" - get a list of all logs.