Skip to content

Get Running Browser List

Description

Returns profiles that are currently running.

Request

Method: GET
URL: /api/getBrowserRunningList
Parameters: none

bash
curl 'http://localhost:9000/api/getBrowserRunningList' \
  -H 'api-key: YOUR_API_KEY'

Response

json
{
  "success": true,
  "data": [
    { "id": 1, "name": "Shop-US-01" }
  ]
}