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": "006e0f42-c376-4ccd-bf0b-299c9589c390",
  "object": "license",
  "activations_count": 0,
  "activation_limit": null,
  "key": "cc1086ed-04fd-4722-9291-a661880fc1e1",
  "revokes_at": null,
  "status": "inactive",
  "price": "1020d088-dc66-4737-8bd6-7cd2fa897165",
  "product": "327ce067-eeec-46ff-87a3-c9c7f7df2656",
  "variant": null,
  "current_release": null,
  "created_at": 1776176559,
  "updated_at": 1776176559
}

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