Skip to main content
GET
/
v1
/
public
/
activations
/
{id}
Retrieve
curl --request GET \
  --url https://{defaultHost}/v1/public/activations/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "ac447ea6-e79f-4484-b96c-89ab9fbe3f6f",
  "object": "activation",
  "counted": true,
  "name": null,
  "fingerprint": "example.com",
  "license": "5c0bf0f0-1399-477d-a29c-58465b52fa47",
  "created_at": 1776176557,
  "updated_at": 1776176557
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200 - application/json

Success

id
string | null

The UUID of the specific object.

object
string

A string describing the object type returned.

fingerprint
string

The identifier for this activation. For example a URL, a machine fingerprint, etc.

name
string | null

The name of this activation.

counted
boolean

Whether or not this activation counts towards the activation limit.

license

Expandable – The associated license ID.

created_at
integer | null

Time at which the object was created. Measured in seconds since the Unix epoch.

updated_at
integer | null

Time at which the object was last updated. Measured in seconds since the Unix epoch.