🧑‍🚀 CERTHIS 🧑‍🚀
  • 🎯GET STARTED
    • Platform Quick Overview
    • Certhis Academy
    • Create Collection
  • 👾API Object References
    • Collection
    • NFT
    • User
    • Label
    • Currency
  • 🖼️Dynamic NFT
    • Authentication
    • API Endpoints
  • ⚙️Web3 CRM
    • API Endpoints
    • Webhook
  • 🍏Apple & Google Wallet
    • API Endpoints
    • Scanner
  • đź›’NFT Checkout
    • Claimer
    • API Endpoint
  • ⛏️Mint API
    • API Endpoint
    • MINTER ADDRESS
    • Webhook
    • Free Claim User
  • ✴️API endpoints
    • COLLECTION
    • CURRENCIES
    • NFT
    • STATISTICS
    • TRANSACTIONS
    • USER
    • SIGNATURE
    • CONTRACT
  • đź“–Certhis SDK
    • Deploy Collection
    • Fetch NFT
    • Fetch Transactions
  • đź’°Certhis WALLET
    • Introduction
    • Usage
    • Generate Wallet
    • Export private key
    • Connect to DAPP
  • 📜Smart Contract
    • ABI
    • INTERFACE
    • Audit
    • Contract Checker
  • đź’¸Royalties
    • Mint Royalties
    • Resell Royalties
    • Affiliation Royalties
    • Co-Creator Royalties
    • Deactivate Collection Royatlies
  • GATE
  • Community
    • đź”—Certhis On Social Media
    • 🏛️Founders
    • 📞Contact
  • FAQ
    • âť”FAQ
Powered by GitBook
On this page

GATE

GET Gates

Example of request:

https://api.certhis.io/collection/gates
Parameter
Description

collection_index

the int representing the collection ID

{
    "status": true,
    "message": "get_gates",
    "data": [
        {
            "banner_url": "https://utility-apps-assets.certhis.io/upload/2024/12/18/74842410-bd38-11ef-999c-b3d8c7126872.png",
            "id": 490,
            "title": "Essayez notre carte, créez la vôtre !",
            "description": "Vous voulez créer votre propre carte de membre personnalisée? Avec Snapss, transformez chaque visiteur en membre fidèle. Essayez notre carte de membre et créez ensuite la vôtre!",
            "permissions": {
                "public": true,
                "max_claim": 0,
                "installed_pass": true,
                "check_attributes": [],
                "form": [
                    {
                        "type": "phone_number",
                        "label": "Phone number",
                        "name": "phone_number",
                        "required": false
                    }
                ]
            },
            "action": {
                "update_attributes": [
                    {
                        "name": "points",
                        "operation": "add",
                        "value": 2
                    }
                ]
            },
            "public": 1
        },
        {
            "banner_url": "https://utility-apps-assets.certhis.io/upload/2024/12/10/9c839b30-b6f8-11ef-8cf7-73e46dd2efdd.png",
            "id": 456,
            "title": "10% on your Subscription",
            "description": "Enjoy 10% OFF on all subscriptions and take your customer engagement to the next level. Don’t miss this limited-time offer!",
            "permissions": {
                "public": true,
                "max_claim": 0,
                "installed_pass": true,
                "check_attributes": [],
                "form": [
                    {
                        "type": "phone_number",
                        "label": "Phone number",
                        "name": "phone_number",
                        "required": false
                    }
                ]
            },
            "action": {
                "update_attributes": []
            },
            "public": 1
        }
    ]
}

PreviousDeactivate Collection RoyatliesNextCerthis On Social Media

Last updated 1 month ago