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

Update License

Obsolete
PUT
https://api.ricardoneud.com/v3/reseller/{license_key}/update
This documentation helps you update 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 ********************
Path Params

Header Params

Responses

🟢200Success
application/json
❗ You must provide at least one of the following headers:
X-Registered-To, X-Domain-Or-IP, X-Status, X-Product-Id, or X-Project-Id.

Special Behavior

If X-Product-Id is included but empty, the license will be disassociated from the product (product_id will be set to NULL).

Error Responses

401 Unauthorized: The reseller token is invalid or does not match the license.
404 Not Found: The license key does not exist.
400 Bad Request: No update fields were provided in the headers.
500 Internal Server Error: A database error occurred during the update.

Notes

The reseller token must belong to the same reseller_id as the license in order to perform an update.
All update fields must be passed as HTTP headers.
To remove a product association, send X-Product-Id with an empty value.
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://api.ricardoneud.com/v3/reseller//update' \
--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 updated successfully"
}
Modified at 2025-10-23 17:49:25
Previous
Generate License
Next
Delete License
Built with