Matrica
  • Matrica
  • Guides
    • Pricing Guide
    • User Guide
      • Getting Started
      • Linking Wallets
      • Linking Socials
      • Customizing Your Profile
      • Bot Commands
      • Privacy Settings
      • /flash
    • Community Guide
      • Getting Started
      • Manage Community
      • Manage Collections
      • Discord Set-Up
        • Invite the Bot
        • Bot commands
        • Snapshots
      • Verification
        • Adding Rules
        • Fungible Token Roles
        • Amount Based Roles
        • Attribute Based Roles
        • Logic Operators
        • Status Based Roles
        • Verified Collection Roles
        • X Username Gating
        • Wallet Address Gating
        • Validator Stake Gating
        • Inscription # Based Roles
        • Royalty Based Roles
      • Telegram Set-Up
        • Invite the Bot
        • Bot Commands
        • Add Requirements
        • Invite Links
      • Sales Bot and Web-hooks
        • Discord Sales and Listings
        • Telegram Sales
      • Events
        • Create Event
        • Location
        • Requirements
        • Ticketing
      • Proposals
      • Customer Support
      • Staking Support
      • Add-Ons
    • Enterprise
  • Matrica Connect
    • Matrica Connect Overview
    • Who's Building with Matrica Connect?
    • What is OAuth2?
    • Create your application
    • Initial Redirect
    • Retrieving the Access Token
    • API Reference
  • API Reference
    • API - Getting Started
    • Feed
    • User
    • Wallet
    • Events
    • NFT
    • Snapshot
    • Onboard
    • Search
    • Collection
Powered by GitBook
On this page
  • Get Events
  • Get all Events data
  • Get Event
  • Get Event data
  • Issue a Ticket to User for the Event
  • Issue a Ticket
  • Revoke/Void a Ticket
  • Void a Ticket
  1. API Reference

Events

/v1/wallet

Get Events

Get all Events data

GET https://api.matrica.io/v1/event

Returns the community's events.

Query Parameters

Name
Type
Description

skip

number

Pagination skip, default 0

take

number

Pagination take, default 25

Get Event

Get Event data

GET https://api.matrica.io/v1/event/:eventId

Get a community event.

Path Parameters

Name
Type
Description

eventId*

string

Event ID (uuid)

Issue a Ticket to User for the Event

Issue a Ticket

POST https://api.matrica.io/v1/event/:eventId/member/:userId

Issues a ticket for the user and the event

Path Parameters

Name
Type
Description

eventId*

string

Event ID (uuid)

userId*

string

Matrica User ID (uuid)

Request Body

Name
Type
Description

issuer*

string

Identification of the issuer (usually your app name)

issuerExternalId

string

Optional ID that your want to associate with your app

ticketTierId*

string

Ticket tier that this ticket will be issued for

Revoke/Void a Ticket

Void a Ticket

PATCH https://api.matrica.io/v1/event/:eventId/ticket/:ticketId

Revokes/Voids a ticket for a user/event

Path Parameters

Name
Type
Description

eventId*

string

Event ID (uuid)

ticketId*

string

Ticket ID (uuid)

Request Body

Name
Type
Description

refunded

boolean

If the ticket is voided because it's refunded

PreviousWalletNextNFT

Last updated 6 months ago