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
  • v1
  • Clients
    • Licenses
      • Get Licenses
        GET
  • Tools
    • Get Subdomains
    • Mail DNS Checker
    • Get DNS Information
  1. Licenses

Get Licenses

Obsolete
GET
https://api.ricardoneud.com/v1/clients/licenses
This docs helps you to get access to peoples licenses by sending their email the only thing that is sent back is the license key, Domain/IP and the status.

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

Fields in the Response:

domain_or_ip: The domain or IP address associated with the license.
license_key: The unique key assigned to the license.
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/v1/clients/licenses' \
--header 'X-User-Email;' \
--header 'Authorization: Bearer <token>'
Response Response Example
[
    {
        "domain_or_ip": "example.com",
        "license_key": "RicardoNeud-afa890e8ef375aed",
        "status": "invalid"
    },
    {
        "domain_or_ip": "ricardoneud.com",
        "license_key": "RicardoNeud-fa7e33f823848115",
        "status": "valid"
    }
]
Modified at 2025-10-23 17:49:25
Next
Get Subdomains
Built with