Skip to content

Get/Create device info

POST
/rest/v1/devices/info

Returns or creates device information by serial number

Authorizations

bearerAuth
TypeHTTP (bearer)

Request Body

application/json
JSON
{
"serialNumber": "DEV12345"
}

Responses

Device information

application/json
JSON
{
"id": 0,
"serialNumber": "string",
"name": "string",
"type": "string",
"active": true,
"createdAt": "string"
}

Playground

Server
Authorization
Body

Samples

Powered by VitePress OpenAPI

ITeas iScan Applikation Dokumentation

Version: dev-feature/docs_docker_image Version: dev-feature/docs_docker_image
Commit: 676e4afe
Deployed at: 2026-01-09T12:13:36Z