cURL
curl --request POST \ --url https://orbitflare.com/api/customer/v2/licenses/{license}/reset-key \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>", "data": {} }
Reset and reshuffle the license key if allowed.
Bearer token from device or wallet auth
Key reset successfully.
true
Was this page helpful?