Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Developer API operation for PATCH /dev/v1/licenses/.
cURL
curl --request PATCH \ --url https://api.shoppex.io/dev/v1/licenses/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "hardware_id": "HWID-2", "expires_at": "2030-02-01T00:00:00.000Z" } '
{ "data": { "productLicense": { "uniqid": "lic_1", "hardware_id": "HWID-2" } } }
Use your Shoppex API key in the Authorization header.
The body is of type object.
object
Successful response