LogoLogo
$THX tokenDiscord Community
  • THX Network
  • 🏗️Campaign Managers
    • Getting Started
    • Analytics
    • Quests
      • Daily Quests
      • Invite Quests
      • Twitter Quests
      • Discord Quests
      • Custom Quests
      • Web3 Quests
      • Webhook Quests
      • Steam Quests
      • Quest Locks
    • Rewards
      • Coin Rewards
      • NFT Rewards
      • Custom Rewards
      • Coupon Rewards
      • Discord Role Rewards
    • Participants
    • Integrations
      • Discord
      • Twitter, now X
      • Gitcoin Passport
    • Coins
    • NFT
  • 🧑‍🤝‍🧑USERS
    • Memberships (Free)
    • Lottery (Free)
  • 💡FAQ
    • Pricing
    • Multi Wallet Account
    • Points
    • Other
  • 💻Developers
    • HTML Widget
    • JS SDK
      • Identity
      • Events
    • API
      • API Specification
      • Example
    • Webhooks
    • QR codes
    • Audits
  • 🪙Tokenomics
    • $THX
    • Locking $THX to $veTHX
    • Increasing Locked $veTHX
    • Protocol
    • Token Distribution
  • 🤝ABOUT
    • Team
    • One Pager
    • Community
Powered by GitBook
On this page
  • Identity
  • Derive an identity
  • Creates an identity
  • Events
  • Creates an event for an identity

Was this helpful?

  1. Developers
  2. API

API Specification

Below we have listed the resources and their API specification that you should implement as part of the Identity & Event framework.

Identity

Derive an identity

GET https://api.thx.network/v1/identity/:salt

Obtain a deterministic Identity for a given salt. (e.g. a wallet address)

Headers

Name
Type
Description

X-API-KEY*

String

TrybId1+W0hNPyHX563wMmM3TIy5isVkIYXaI8ogwps=

"36d33a59-5398-463a-ac98-0f7d9b201648"

Creates an identity

POST https://api.thx.network/v1/identity

Headers

Name
Type
Description

X-API-KEY*

String

TrybId1+W0hNPyHX563wMmM3TIy5isVkIYXaI8ogwps=

"36d33a59-5398-463a-ac98-0f7d9b201648"

Events

Creates an event for an identity

POST https://api.thx.network/v1/events

Headers

Name
Type
Description

X-API-KEY*

String

TrybId1+W0hNPyHX563wMmM3TIy5isVkIYXaI8ogwps=

Request Body

Name
Type
Description

identityUuid*

String

36d33a59-5398-463a-ac98-0f7d9b201648

event*

String

level_up

Last updated 9 months ago

Was this helpful?

💻