Skip to content

Create device

POST
/rest/v1/devices

Creates new device

Authorizations

bearerAuth
TypeHTTP (bearer)

Request Body

application/json
JSON
{
"serialNumber": "DEV12345",
"name": "Scanner Device 1",
"type": "scanner",
"active": true
}

Responses

Device created

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

Playground

Authorization
Body

Samples

Powered by VitePress OpenAPI

Iteas IScan Applikation Version v1.0.0