- Documentation
- Activation
- Activation Process
- Activate information import/export
- View Device Activation InformationGET
- Common interfaces
- Recognition
- learning export & import
- camera
- goods
- Product Image Matching
View Device Activation Information
GET
/register
Request
None
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://localhost:17339/register'
Responses
🟢200success
application/json
Body
deviceSerial
string
序列号
deviceId
string
设备id
remoteAccessed
boolean
后台状态
remoteValidation
boolean
校验状态
trial
boolean
required
errorCode
integer
required
Example
{
"deviceSerial": "0815:B031:2724",
"deviceId": "NBrjC7AWQEi7GQWF4VsuAA",
"remoteAccessed": true,
"remoteValidation": true,
"trial": false,
"errorCode": 0
}
🟢200error