You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

1 List

GET api/v1/networks/

List networks

Body ParametersTypeNote
pageint
per_pageint
network_typestring

Example Response Body

{
    "data": {
        "total": 1,
        "data": [
            {
                "id": "bfb3484d-dc5c-4cc4-8be0-0251eefd2c57",
                "name": "test1",
                "created_at": "2021-12-10T05:51:29.120240Z"
            }
        ]
    },
    "msg": null,
    "status": "successful"
}
  • No labels