Login as Customer API

Login as Customer API

1. Amasty\CustomerLogin\Api\CustomerTokenInterface
  1. POST /V1/amasty_customer_login/token, method="createCustomerToken"

2. Amasty\CustomerLogin\Api\LoggedInRepositoryInterface - class for managing login as customer entries.
  1. PUT /V1/amasty_customer_login/loggedin/:loggedInId, method="save" - edit a login by customer entry;
  2. GET /V1/amasty_customer_login/loggedin, method="getById" - get information about a login as customer entry by ID;
  3. GET /V1/amasty_customer_login/loggedin/all, method="getList" - get the list of all login as customer entries. 

      • Related Articles

      • Login As Customer API

        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 ...
      • Customer Attributes/Login by Attributes API

        API functionality for Customer Attributes is added by its submodule Login by Attributes. 1. Amasty\CustomerLoginAttributes\Api\ValidateValueInterface POST /V1/amasty-customer-login-attributes/validate-value, method="validate" POST ...
      • What Amasty extensions support API?

        Each Amasty extension that has API support, includes the etc/webapi.xml file. The webapi.xml file contains API configurations with the list of available API requests. For example, a request from the Custom Form module interface: 1 - endpoint URL; 2 - ...
      • RMA API

        Kindly note that the API functionality for RMA is available as part of the Pro and Premium extension plans. 1. Amasty\Rma\Api\StatusRepositoryInterface - class for managing RMA statuses. GET /V1/amasty_rma/rma_status/get/:statusId, method="getById" - ...
      • Reward Points API

        1. Amasty\Rewards\Api\CheckoutRewardsManagementInterface - class responsible for applying reward points on checkout: PUT /V1/carts/mine/points/:points, method="set" - apply points; DELETE /V1/carts/mine/points/delete, method="remove" - remove applied ...