GET
/
flow
/
register
curl --request GET \
  --url http://localhost:3370/flow/register
{
  "routes": [
    "<string>"
  ],
  "registers": [
    "<string>"
  ]
}

Response

200 - application/json

Flow register status

The response is of type object.