![Axis 2N Indoor Touch 2.0 Api Manual Download Page 50](http://html1.mh-extra.com/html/axis/2n-indoor-touch-2-0/2n-indoor-touch-2-0_api-manual_3038317050.webp)
2N TELEKOMUNIKACE a.s., www.2n.cz
50/94
URL:
{{ip_addr}}
https://
/api/v1/ hipmo/settings/my2n
HTTP method:
GET
Response code:
Standard HTTP response code, treating syntactic errors.
Response data:
{
"data"
: {
"deviceId"
:
""
,
"isEnabled"
:
false
,
"password"
:
""
}
}
Section setting
URL:
{{ip_addr}}
https://
/api/v1/ hipmo/settings/my2n
HTTP method:
PUT
Response code:
Standard HTTP response code, treating syntactic errors.
Request body:
{
"isEnabled"
:
"<boolean>"
,
"deviceId"
:
"<string>"
,
"password"
:
"<string>"
}
Response data:
{
"data"
: {
"deviceId"
:
""
,
"isEnabled"
:
false
,
"password"
:
""
}
}