Skip to content

GET /serial-code/verify-free

Verify Serial Code Free

GET
/serial-code/verify-free

Check whether a serial code is available for use.

Executes GET_SERIALS_FOR_SERIAL_CODE and returns True if no other
Serial document already uses the given serial_code for the given product
(excluding serial_key itself, used for edit scenarios).

Emits: (direct query — no event class)
Required scope: serial:read

Authorizations

OAuth2PasswordBearer
password Flow
Token URL"/api/auth"
Scopes:
  • "admin"User can access and edit users and system settings
  • "library"User can access and edit products
  • "production"User can access and edit production plans
  • "operator"User can access the operator panel and make production declarations

Parameters

Query Parameters

serial_code
product_key
serial_key

Responses

Successful Response

application/json
JSON
true

Samples

Powered by VitePress OpenAPI

Released under the Apache 2.0 License.