Skip to main content
GET
/
camera
/
imou
/
app-system-info
Get System Info
curl --request GET \
  --url https://apigw.bienport.com/api/camera/imou/app-system-info \
  --header 'Authorization: <authorization>' \
  --header 'OrganizationId: <organizationid>'
{
  "appId": "10a3d2ğ3py6ac690dv",
  "nonce": "12sefsef4",
  "sign": "dm4c0qc5p5ddt5ed555yfc93v095r0ap5",
  "time": 12324353545,
  "ver": "1.0"
}

Headers

Authorization
string
required

Access Token

OrganizationId
string
required

Organization ID

Response

ImouSystemInfo request model.

All Dahua Request must have this part

appId
string

appId

Example:

"10a3d2ğ3py6ac690dv"

nonce
string

nonce

Example:

"12sefsef4"

sign
string

sign auto generated

Example:

"dm4c0qc5p5ddt5ed555yfc93v095r0ap5"

time
integer<int64>

time

Example:

12324353545

ver
string

version

Example:

"1.0"