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

Check License

Obsolete
GET
https://api.ricardoneud.com/v3/reseller/{license_key}/check
This documentation helps you retrieve details of a license by providing the necessary details via the request URL.

Request

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

Responses

🟢200Success
application/json
500 Internal Server Error: If there’s an issue retrieving data from the database.

Notes

The license is matched based on the decrypted license key.
If the associated domain_or_ip is a domain (e.g. example.com), the response will include both the domain and its www. variant (e.g. www.example.com) in the domain_or_ip array.
If a product is linked to the license, its name is included under product_name; otherwise, "None" is returned.
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.ricardoneud.com/v3/reseller//check' \
--header 'Authorization: Bearer <token>'
Response Response Example
{
  "license_data": [
    {
      "registered_to": "John Doe",
      "domain_or_ip": ["example.com", "www.example.com"],
      "status": "valid",
      "product_name": "My Product"
    }
  ]
}
Modified at 2025-10-23 17:49:25
Previous
Get Fivem Server
Next
Generate License
Built with