Opuna
  • Getting started
    • 👋Welcome
    • 1️⃣Create Your Account
    • 2️⃣Customize Your Store Page
    • 3️⃣Create your product
    • 4️⃣Launch and Market Your Business
    • 5️⃣Track, Learn, and Expand
    • ⚙️Fees
    • ❓FAQ
  • Start selling
    • 🔧Custom Chat GPTs
    • 🤖Chat GPTs
    • 💬AI Bots
    • 👾Discord community
    • ✈️Telegram
    • 📘Ebooks & guides
    • 🔗Links
  • Airdrop program
    • 💲Introduce
    • ⚙️How it works
  • API
    • 🤖Bot access
Powered by GitBook
On this page
  1. API

Bot access

How to verify code: Bot access / Software

To check code create GET request with parameters:

https://api.opuna.com/v1/license/verify/<ACCOUNT_ID>/<CODE>

Details:

  • ACCOUNT_ID – copy from the form

  • CODE – receive from user

Example output:

{
  "success": true,
  "message": "Valid license key",
  "subscription": {
    "status": "ACTIVE",
    "expires_at": "2024-05-17T05:00:48.548+00:00",
    "price_recurring_amount": 10000
  },
  "license_code": {
    "used": 2,
    "usage_limit": 1,
    "active": true
  }
}
PreviousHow it works

Last updated 1 year ago

🤖