The Heartbeat endpoint is used to determine whether a specific device is still active. You should call this endpoint at regular intervals (e.g., once every 30 minutes). This process also validates the license key in a similar way to the Verify License endpoint.
Your team's UUID. You can find this value in your team's settings on the Lukittu dashboard. UUID v4 identifier
Lukittu license key format: XXXXX-XXXXX-XXXXX-XXXXX-XXXXX where X is an uppercase letter (A-Z) or digit (0-9)
^[A-Z0-9]{5}-[A-Z0-9]{5}-[A-Z0-9]{5}-[A-Z0-9]{5}-[A-Z0-9]{5}$Unique hardware identifier for client device (no spaces allowed)
10 - 1000^[^\s]+$UUID v4 identifier
UUID v4 identifier
Client-generated random string for request signing (no spaces allowed)
1000^[^\s]+$Software version identifier (no spaces allowed)
3 - 255^[^\s]+$Product branch name
2 - 255^[a-zA-Z0-9_-]+$