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": "3d08d701-5bbc-4d13-befb-be8018cd9f75",
  "object": "license",
  "activations_count": 0,
  "activation_limit": null,
  "key": "4184c0c5-a809-42a5-85a6-baa7b74fde71",
  "revokes_at": null,
  "status": "inactive",
  "price": "f696f3ae-a911-423f-bab7-7cc623355680",
  "product": "b72a57f2-1560-40d1-878b-2e2c8107661d",
  "variant": null,
  "current_release": null,
  "created_at": 1773903576,
  "updated_at": 1773903576
}

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