post/key/checkin
Checkin Floating Session
Release a floating license session when a user closes the application.
Authentication required: Bearer Token in
Authorization header.Parameters
Idempotency-Key
string (header)Client-generated unique key making a mutating request idempotent. Replaying a request with the same key returns the original result instead of duplicating side effects. Optional on POST/PUT/PATCH/DELETE.
e.g. <IDEMPOTENCY-KEY>Request Body (application/json)
productIdrequired
stringlicenseKeyrequired
stringsessionIdrequired
stringThe 22-character unique session ID
timestamprequired
string | integerThe cryptographic nonce (nextNonce) received from the previous checkout or heartbeat response. Despite the field name, current server code requires nonce equality and does not accept arbitrary client timestamps.
signaturerequired
stringHMAC-SHA256 signature generated using the sessionSecret over the payload 'sessionId:nonce'.
Responses
200Session checked in successfully
Response Body (200)
code
integermessage
stringRequest Example
Response (200 OK)