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

Check License

Obsolete
GET
https://api.ricardoneud.com/v2/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

Error Responses:

500 Internal Server Error: If there’s an issue retrieving data from the database.

Notes:

The response contains the license details such as:
registered_to: The name associated with the license.
domain_or_ip: A list that includes the domain or IP associated with the license, with a possibility to include the "www" variant for domain names.
status: The current status of the license (e.g., valid, invalid).
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.ricardoneud.com/v2/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"
    }
  ]
}
Modified at 2025-10-23 17:49:25
Previous
Get Minecraft Server
Next
Generate License
Built with