Skip to main content
GET
Python

Authorizations

Authorization
string
header
required

You can generate a Personal Access Token from your settings.

Path Parameters

id
string<uuid4>
required

Response

Successful Response

id
string<uuid4>
required

The ID of the object.

created_at
string<date-time>
required

Creation timestamp of the object.

Example:

"2026-01-01T00:00:00.000000Z"

modified_at
string<date-time> | null
required

Last modification timestamp of the object.

Example:

"2026-01-01T00:00:00.000000Z"

organization_id
string<uuid4>
required
customer_id
string<uuid4>
required
customer
LicenseKeyCustomer · object
required
benefit_id
string<uuid4>
required

The benefit ID.

key
string
required
display_key
string
required
status
enum<string>
required
Available options:
granted,
revoked,
disabled
limit_activations
integer | null
required
usage
integer
required
limit_usage
integer | null
required
validations
integer
required
last_validated_at
string<date-time> | null
required
Example:

"2026-01-01T00:00:00.000000Z"

expires_at
string<date-time> | null
required
Example:

"2026-01-01T00:00:00.000000Z"

activations
LicenseKeyActivationBase · object[]
required