3mint
  • ๐Ÿ‘‹Welcome to 3mint
  • ๐Ÿ’ป3mint Platform
    • Introduction
    • Deploy a contract
    • Upload your NFT data
    • Create checkout links
    • Add customers
    • Monitor your links
  • โŒจ๏ธDeveloper Guides
    • Introduction
    • Contracts
      • Contract Architecture
      • End-to-end Example
    • Mint
      • How To
      • End-to-end Example
      • Code Snippets
    • Wallets
      • End-to-end Example
      • Mobile Pass
        • Creating Passes
    • Token Gating
      • End-to-end Example
      • Code Snippets
  • ๐Ÿ“–API Reference
    • Overview
    • Contracts
      • Deploy Contract
      • Get Contract
    • Collectibles
      • Get All Templates
      • Mint Collectible
    • Wallets
      • Create Wallet
      • Get Wallet
    • Customers
      • Create Customer
      • Get Customer
      • Delete Customer
    • Claim Links
      • Create Link
      • Update Link
    • Token Gating
      • Create Gate
  • โ“FAQ
    • Web3 101
    • Platform
Powered by GitBook
On this page
  1. API Reference
  2. Customers

Get Customer

PreviousCreate CustomerNextDelete Customer

Last updated 2 years ago

Fetches all information on a customer.

๐Ÿ“–
get
Authorizations
Query parameters
offsetnumberOptional

Offset determines the starting point for the returned list

Example: 0
limitnumber ยท min: 1 ยท max: 50Optional

Limit on the the number of customers returned

Example: 10
orderBystring ยท enumOptional

Specify order of response in asc or desc order. Default is desc

Example: descPossible values:
Responses
200
The customers have been successfully retreived
get
GET /v1/customer HTTP/1.1
Host: 
x-api-key: YOUR_API_KEY
Accept: */*
200

The customers have been successfully retreived

No content