Skip to main content
GET
/
v1
/
public
/
licenses
/
{key}
Retrieve
curl --request GET \
  --url https://{defaultHost}/v1/public/licenses/{key} \
  --header 'Authorization: Bearer <token>'
{
  "id": "f19f71be-195e-4a02-b717-93050dd6c275",
  "object": "license",
  "activations_count": 0,
  "activation_limit": null,
  "key": "e139d436-3b4f-4a9e-9e2c-64a237ade0de",
  "revokes_at": null,
  "status": "inactive",
  "price": "d25cfa4c-403d-42a6-923a-d0ef7fbf3b64",
  "product": "2fd0cfce-eb53-4dc8-b4ea-b385783ecfb5",
  "variant": null,
  "current_release": null,
  "created_at": 1780925544,
  "updated_at": 1780925544
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

key
string
required

Response

200 - application/json

Success