Ticbolt API Integration
  • Introduction
  • ✨GET STARTED
    • Create Account
    • Create API project
    • Access control
  • 🎯API ENDPOINTS
    • POST - createEvent
    • GET - eventInfo
    • POST - buyTickets
    • GET - userPortfolio
    • POST - userSignedMessage
  • 🧳Webhooks
    • Webhook - createEventStatus
    • Webhook - buyTicketStatus
Powered by GitBook
On this page
  • What is Access control?
  • Genrating QR codes.
  1. GET STARTED

Access control

The document explains how the access control work in the Ticmint system.

What is Access control?

Access control is the method used for granting access to a user or verifying their identity at the entry of an event or during the event based on the NFT ticket type. In this system, users are required to display a QR code at the entry or during the event. This QR code is then scanned by a validator using the Ticmint Access Control mobile app. Upon successful verification, the user is granted access to the event or for consuming a merchandise.

Genrating QR codes.

The QR code are generally generated the front end of an application. To generate a QR code

PreviousCreate API projectNextPOST - createEvent

Last updated 1 year ago

✨