🎉 Yay! Coupon Vault 1.0 is released.

Coupon Vault

GitHubGitHub (opens in a new tab)
  • Introduction
  • Getting Started
  • Installation
  • Usage
  • Static Coupon
    • Create Static Coupon
    • Lisl All Static Coupons
    • Redeem Static Coupon
  • Dynamic Coupon
    • Create Dynamic Coupon
    • Lisl All Dynamic Coupons
    • Redeem Dynamic Coupon
  • Campaign
    • Create a Coupon in a Campaign
    • Create Campaign
    • Delete Campaign
    • List All Campaigns
    • Update Campaign
  • Customers
    • Create Customers
    • Delete Customer
    • List All Customers
    • Update Customers
  • SKUs
    • Create Sku
    • Delete Sku
    • List All Sku
    • Update Sku
  • Validations
    • Validate Count
    • Validate Discount
    • Validate Keys
  • Introduction
  • Getting Started
  • Installation
  • Usage
  • Static Coupon
    • Create Static Coupon
    • Lisl All Static Coupons
    • Redeem Static Coupon
  • Dynamic Coupon
    • Create Dynamic Coupon
    • Lisl All Dynamic Coupons
    • Redeem Dynamic Coupon
  • Campaign
    • Create a Coupon in a Campaign
    • Create Campaign
    • Delete Campaign
    • List All Campaigns
    • Update Campaign
  • Customers
    • Create Customers
    • Delete Customer
    • List All Customers
    • Update Customers
  • SKUs
    • Create Sku
    • Delete Sku
    • List All Sku
    • Update Sku
  • Validations
    • Validate Count
    • Validate Discount
    • Validate Keys

On This Page

  • API Endpoint
  • Code
  • Response
Question? Give us feedback → (opens in a new tab)Edit this page
Customers
List All Customers

List all Customers

API Endpoint

> /api/customer/list

Code

import axios from "axios";
let response = await axios.request({
    headers: {
        Authorization: "Bearer abcdefghijklmnopqrstuvwxyz0123456789",
    },
    url: "https://your-website.com/api/customer/list",
    method: "POST",
});
console.log(response.data);

Response

[
  {Array all Customer}
]
Delete CustomerUpdate Customers

2023 © Coupon Vault