🧑‍🚀 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
  • Route: /claim
  • Description
  • Method
  • Request Parameters (body)
  • Responses
  1. Mint API

Free Claim User

Route: /claim

Description

This endpoint allows users to claim an NFT for a specific collection by providing an email, collection index, and a signature to verify the authenticity of the user's wallet.

Method

POST

Request Parameters (body)

  • email (required): The user's email address.

  • collection_index (required): The index identifier of the collection.

  • sign_id (required): The signature identifier.

  • sign_message (required): The signed message.

Responses

Success

  • Status: 200 OK

  • Content-Type: application/json

  • Body:

    {
      "status": true,
      "message": "claim created successfully",
      "data": {
        "task_id": 123
      }
    }

PreviousWebhookNextAPI endpoints

Last updated 9 months ago

⛏️