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": "35f4007b-6beb-46cc-8d75-af59c42c7488",
  "object": "license",
  "activations_count": 0,
  "activation_limit": null,
  "key": "9f5acb9c-0c09-44c9-ab2c-2f863dc056b6",
  "revokes_at": null,
  "status": "inactive",
  "price": "fca659e5-39d3-4767-98e8-9eaa738ab3e8",
  "product": "2109d9af-15cc-4e17-986f-e0c9e1384163",
  "variant": null,
  "current_release": null,
  "created_at": 1767909744,
  "updated_at": 1767909744
}

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