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
  • v3
  • Games
    • Minecraft
      • Get Minecraft Server
    • Fivem
      • Get Fivem Server
  • Reseller
    • Licenses
      • Check License
        GET
      • Generate License
        POST
      • Update License
        PUT
      • Delete License
        DELETE
  • Tools
    • Get Subdomains
    • Mail DNS Checker
    • Get Domain Information
    • Get DNS Information
  • User Login
    POST
  1. Licenses

Generate License

Obsolete
POST
https://api.ricardoneud.com/v3/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: The reseller token is invalid or does not match the license.
400 Bad Request: One or more required headers are missing.
500 Internal Server Error: A database error occurred.

Notes

All headers listed above must be provided.
The Authorization token must belong to the same reseller_id that will own the license.
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.ricardoneud.com/v3/reseller/licenses/generate' \
--header 'X-Registered-To;' \
--header 'X-Domain-Or-IP;' \
--header 'X-Status;' \
--header 'X-Product-Id;' \
--header 'X-Project-Id;' \
--header 'Authorization: Bearer <token>'
Response Response Example
{
  "message": "License generated successfully",
  "data": {
    "registered_to": "John Doe",
    "domain_or_ip": "example.com",
    "license_key": "Generated Key",
    "status": "valid",
    "product_name": "Example Product"
  }
}
Modified at 2025-10-23 17:49:25
Previous
Check License
Next
Update License
Built with