Ricardoneud.com
Website
Website
Discord Community
Community Forum
  1. Licenses
  • Home
  • Frequently Asked Questions
  • Api
    • User Login
    • Changelog
      • v1
      • v2
      • v3
      • v4
    • v1
      • Clients
        • Licenses
          • Get Licenses
      • Tools
        • Get Subdomains
        • Mail DNS Checker
        • Get DNS Information
    • v2
      • Clients
        • Licenses
          • Get Licenses
      • Games
        • Minecraft
          • Get Minecraft Server
      • Reseller
        • Licenses
          • Check License
            GET
          • Generate License
            POST
          • Update License
            PUT
          • Delete License
            DELETE
      • Tools
        • Get Subdomains
        • Mail DNS Checker
        • Get DNS Information
    • v3
      • Games
        • Minecraft
          • Get Minecraft Server
        • Fivem
          • Get Fivem Server
      • Reseller
        • Licenses
          • Check License
          • Generate License
          • Update License
          • Delete License
      • Tools
        • Get Subdomains
        • Mail DNS Checker
        • Get Domain Information
        • Get DNS Information
      • User Login
    • v4
      • Games
        • Minecraft
          • Get Minecraft Server
      • Tools
        • Get DNS Information
        • Get Domain Information
        • Mail DNS Checker
        • Validate Email Host
        • Get Subdomains
        • Geo IP
      • User Login
        • Create Secret
        • Revoke Secret
    • Oauth2
      • Access Token
        POST
      • Read Profile
        GET
  • Products
    • Next.js Docs Template
      • Installation
        • VPS Installation
        • Pterodactyl Installation
    • Game Panels
      • Pterodactyl
        • Eggs
          • Installation
            • Next.js Egg
        • Extensions
          • Installation
            • Pterodactyl Livechat
      • Pelican
        • Eggs
          • Installation
            • Next.js Egg
    • Donate Me
      • Installation
        • VPS Installation
        • Pterodactyl Installation
    • LicenseForge
      • Installation
        • VPS Installation
        • Webhost Installation
    • Billing Portals
      • Paymenter
        • Extensions
          • Discord Linked Roles
            • Installation
            • Setting Up
          • CyberPanel
            • Installation
            • Setting Up
          • NeudAuth
            • Installation
            • Setting Up
      • WHMCS
        • Extensions
          • Installation
            • Ticket Spam Checker
            • Chatwoot Livechat
  • ProbeCore
    • Introduction
    • Self Hosting
      • Installation
        • VPS Installation
        • Pterodactyl Installation
  1. Licenses

Generate License

Obsolete
POST
https://api.ricardoneud.com/v2/reseller/licenses/generate
Maintainer:Ricardoneud.com
This documentation helps you generate a license by providing the necessary details via headers.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.ricardoneud.com/v2/reseller/licenses/generate' \
--header 'X-Registered-To;' \
--header 'X-Domain-Or-IP;' \
--header 'X-Status;'
Response Response Example
{
    "message": "License generated successfully",
    "data": {
        "registered_to": "John Doe",
        "domain_or_ip": "example.com",
        "license_key": "RicardoNeud-generated_key",
        "status": "valid"
    }
}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Header Params

Responses

🟢200Success
application/json

Error Responses:

401 Unauthorized: If the reseller token is invalid or does not match the license.
400 Bad Request: If no valid update fields are provided.
500 Internal Server Error: If a database error occurs.

Notes:

You must provide all fields (X-Registered-To, X-Domain-Or-IP, and X-Status).
The reseller token must match the license's reseller_id to allow updates.
Body

Modified at 2025-07-27 12:08:12
Previous
Check License
Next
Update License
Built with