---
title: "Get Networks"
method: GET
path: "/networks"
tags: ["Networks"]
---

# Get Networks

`GET /networks`

Get all networks

## Response `200`

Success

- GetNetworksResponse
  - `count` integer, required — Number of networks returned
  - `networks` NetworkListItem[], required
    - `sid` string, required — SID of the network
    - `name` string, required — Name of the network
    - `country` string, required — Country of the network
    - `countryGroup` string, required — Country Group of the network
    - `countryCode` string, required — Country Code of the network

---

[API](https://skmtc.net/sixfab/apis/sixfab-developer-api.md) · [All operations](https://skmtc.net/sixfab/apis/sixfab-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sixfab/sixfab-developer-api/revisions/24ad88fd2124/schema)
