2.2.3.9 2N® IP Mobile State Info

Returns the information that the application is running and capable of processing communication.

URL:

https://<IP>/api/v1/hipm

HTTP method:

GET

Request body:

N/A

Response code:

Standard HTTP response code, treating syntactic errors.

Response data:

{
    "data": {
        "isRunning": true
    }
}