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": "e9333f8b-41dc-4870-947d-6015572d6de0",
  "object": "license",
  "activations_count": 0,
  "activation_limit": null,
  "key": "83c7636c-cfaf-42c1-8490-d5e0ce35a940",
  "revokes_at": null,
  "status": "inactive",
  "price": "3d5e7e12-b558-4371-9b19-a0cfe016b45a",
  "product": "cac184a0-dd3b-47ba-8940-70a17879f63a",
  "variant": null,
  "current_release": null,
  "created_at": 1772113014,
  "updated_at": 1772113014
}

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