💟
MAGENTO 2 CUSTOMER APPROVAL EXTENSION
  • Overview
  • Installation
    • Setup Module
  • Config and Usage
    • Module Configuration
    • Show On Fontend
  • Rest API
  • Other Module Guides
    • Magento 2 Step Recommendation
Powered by GitBook
On this page

Rest API

Send email to Admin

Endpoint: /V1/landofcoder-customeraccountapproval/sendemailtoadmin

Method: GET

Params:

{
  "firstName": "string",
  "email": "string"
}

Response Data:

true

Send email approve

Endpoint: /V1/landofcoder-customeraccountapproval/sendapproveemail

Method: GET

Params:

{
  "email": "string"
}

Response Data:

true

Send email disapprove

Endpoint: /V1/landofcoder-customeraccountapproval/senddisapproveemail

Method: POST

Params:{

  "email": "string"
}

Response Data:

true
PreviousShow On FontendNextMagento 2 Step Recommendation

Last updated 2 years ago