POST
/
licenses
/
{license}
/
reset
curl --request POST \
  --url https://orbitflare.com/api/customer/v1/licenses/{license}/reset \
  --header 'X-ORBIT-KEY: <api-key>'
{
  "error": false,
  "message": "<string>"
}

Authorizations

X-ORBIT-KEY
string
header
required

Path Parameters

license
string
required

The license identifier.

Response

200
application/json
License key reset successfully.

The response is of type object.