Skip to content

Reports that a license session is no longer actively being used

POST
/api/v1/activations/{sessionId}/check-out
curl --request POST \
--url https://api.monetizeit.example/api/v1/activations/example/check-out

This endpoint is used to report that a license session has become inactive. Check-outs help manage floating license pools and usage analytics. Should be called when licensed software is closed or becomes idle.

  • oidc
    email profile roles
sessionId
required
string format: uuid

The unique identifier of the license session

Check-out recorded successfully

Media type application/json

User not authorized to check out this session

Media type application/json
object
type
string
title
string
status
integer format: int32
detail
string
instance
string
key
additional properties
Example generated
{
"type": "example",
"title": "example",
"status": 1,
"detail": "example",
"instance": "example"
}

Session not found

Media type application/json
object
type
string
title
string
status
integer format: int32
detail
string
instance
string
key
additional properties
Example generated
{
"type": "example",
"title": "example",
"status": 1,
"detail": "example",
"instance": "example"
}