Skip to content

Check whether a device activation is still valid

POST
/v1/licensing/check
curl --request POST \
--url https://api.extport.dev/api/v1/licensing/check \
--header 'Content-Type: application/json' \
--data '{ "code": "example", "extensionId": "example", "fingerprint": "example" }'

Public endpoint; also the heartbeat that keeps a seat alive. Never activates a new device.

Media typeapplication/json
object
code
required
string
>= 1 characters <= 64 characters
extensionId
required
string
>= 1 characters <= 64 characters
fingerprint
required
string
>= 1 characters <= 128 characters
Examplegenerated
{
"code": "example",
"extensionId": "example",
"fingerprint": "example"
}

Result (isActive in body)

Licensing not enabled