🤖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
  }
}

Last updated