Skip to main content
Skip table of contents

Lock/unlock printer terminal

POST /v3/printers/unlock

Unlock device remotely. sn is a serial number of a printer to unlock.

CODE
Headers:
Content-Type: application/json
Authentication: Bearer %access_token%

Authentication:
Grant_type: login_info
Scopes: []

Request body:
{
  "sn": "string"
}


POST /v3/printers/{id}/lock

Locks device remotely.

CODE
Headers:
Content-Type: application/json
Authentication: Bearer %access_token%

Authentication:
Grant_type: login_info
Scopes: []

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.