Get Device ID

Terminal Agent expose an API to get the paired device ID.

Usage Flow:

  1. Call GET request to: http://localhost:8003/api/api/devices Without any request payload

  2. Reponse will return immediately with the device ID

Example

URL: http://localhost:8003/api/devices

Response body:

{
    "deviceId": "1orrpzqmx2b6w5l7iw23nnrm86v7yivoor5a6p9bdxc6zy0ahck64waepnofwxlfrlhx8ifi6cja5qs7c1neiuik911y8ayq6lru6q1plqyrqrbyrhrjitwx4hlyjlitwdsqt1b9wjwayk43s8o42a02x5oj9o44oxof3isbqozbdys4v4abytztg31cj12xicol08fgmssgd3dmvtpfuowiblekpxkk0k4395ljot8fs7fnf9rlluaz4x3f7aov"
}

Last updated