Skip to main content
GET
/
api
/
v1
/
client
/
teams
/
{teamId}
/
verification
/
classloader
Download Release
curl --request GET \
  --url https://app.lukittu.com/api/v1/client/teams/{teamId}/verification/classloader
"<string>"

Path Parameters

teamId
string<uuid>
required

Your team's UUID. You can find this value in your team's settings on the Lukittu dashboard. UUID v4 identifier

Query Parameters

licenseKey
string
required

The Lukittu license key for verification. Lukittu license key format: XXXXX-XXXXX-XXXXX-XXXXX-XXXXX where X is an uppercase letter (A-Z) or digit (0-9)

productId
string<uuid>
required

The product's UUID (UUID v4). Required to download the correct product release. UUID v4 identifier

sessionKey
string
required

A unique session identifier for encrypted file download. Must be encrypted using the team's public key. Unique session identifier for encrypted file download (no spaces allowed)

Required string length: 10 - 1000
hardwareIdentifier
string
required

A unique identifier for the client device. Typically a hardware ID that remains consistent across sessions. Unique hardware identifier for client device (no spaces allowed)

Required string length: 10 - 1000
version
string

The version number of your software. Useful for tracking which releases are actively being used. Software version identifier (no spaces allowed)

Required string length: 3 - 255
customerId
string<uuid>

The customer's UUID (UUID v4). Required if strict customers are enabled and the license has customers attached. UUID v4 identifier

branch
string

The branch name of your product. This allows targeting specific release branches. Product branch name

Required string length: 2 - 255

Response

Successful response with encrypted file download

Encrypted file content