Skip to main content
POST
/
customer
/
v1
/
licenses
/
{license}
/
reset
Reset License Key (v1)
curl --request POST \
  --url https://orbitflare.com/api/customer/v1/licenses/{license}/reset \
  --header 'X-ORBIT-KEY: <api-key>'
{
  "error": false,
  "message": "<string>"
}
Deprecated. This endpoint is part of Customer API v1. Use Customer API v2 instead.

Authorizations

X-ORBIT-KEY
string
header
required

API key for v1 and v2 (when not using Bearer token)

Path Parameters

license
string
required

The license identifier.

Response

License key reset successfully.

error
boolean
default:false
message
string