Ricardoneud.com
DocumentationHelp Center
API Reference
  • Production
  • Sandbox (Coming Soon)
DocumentationHelp Center
API Reference
  • Production
  • Sandbox (Coming Soon)
Discord Community
Github
  1. Licenses
  • Back to home
  • 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
  1. Licenses

Generate License

Obsolete
POST
https://api.ricardoneud.com/v2/reseller/licenses/generate
This documentation helps you generate a license by providing the necessary details via headers.

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

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;' \
--header 'Authorization: Bearer <token>'
Response Response Example
{
    "message": "License generated successfully",
    "data": {
        "registered_to": "John Doe",
        "domain_or_ip": "example.com",
        "license_key": "RicardoNeud-generated_key",
        "status": "valid"
    }
}
Modified at 2025-10-23 17:49:25
Previous
Check License
Next
Update License
Built with