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
This response does not have an example.

Path Parameters

teamId
string<uuid>
required

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

Query Parameters

licenseKey
string
required

The Lukittu license key for verification.

productId
string<uuid>
required

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

sessionKey
string
required

A unique session identifier for encrypted file download. Must be encrypted using the team's public key.

Required string length: 10 - 1000
hardwareIdentifier
string
required

A unique identifier for the client device. Typically a hardware ID that remains consistent across sessions.

Required string length: 10 - 1000
version
string

The version number of your software. Useful for tracking which releases are actively being used.

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.

branch
string

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

Required string length: 2 - 255

Response

200
application/octet-stream

Successful response with encrypted file download

Encrypted file content