Maintainer:Ricardoneud.com
This documentation helps you update a license by providing the necessary details via headers.
curl --location --request PUT 'https://api.ricardoneud.com/v2/reseller//update' \
--header 'X-Registered-To;' \
--header 'X-Domain-Or-IP;' \
--header 'X-Status;'
Response Response Example
{
"message": "License updated successfully"
}
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Responses
application/json
Error Responses:
401 Unauthorized
: If the reseller token is invalid or does not match the license.
404 Not Found
: If the license does not exist.
400 Bad Request
: If no valid update fields are provided.
500 Internal Server Error
: If a database error occurs.
Notes:
You must provide at least one update field (X-Registered-To
, X-Domain-Or-IP
, or X-Status
).
The reseller token must match the license's reseller_id to allow updates.
Modified at 2025-07-27 12:11:25