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": "447548a1-af29-4d92-afb6-fd031e066e4d",
  "object": "license",
  "activations_count": 0,
  "activation_limit": null,
  "key": "24915bc1-a4c8-4e4d-9997-3bbe95dc6dd5",
  "revokes_at": null,
  "status": "inactive",
  "price": "587abacb-e373-4e3a-a83a-eb57fa49f760",
  "product": "3fc6ae6f-02d0-46ad-9078-9950271ac27b",
  "variant": null,
  "current_release": null,
  "created_at": 1770234881,
  "updated_at": 1770234881
}

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