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": "8a23995e-255d-4051-915f-6007ed5aadfb",
  "object": "license",
  "activations_count": 0,
  "activation_limit": null,
  "key": "3c7b4d6c-31db-42fd-981a-05023bedbbd3",
  "revokes_at": null,
  "status": "inactive",
  "price": "8b0acc52-8caf-4592-abfc-f0fa199dcf7b",
  "product": "ee83541a-6c12-4176-bc9f-7a4741993c5f",
  "variant": null,
  "current_release": null,
  "created_at": 1782485874,
  "updated_at": 1782485874
}

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