---
title: "Returns details of the Network - must match the Network owning the requesting API key"
method: GET
path: "/admin/v1/networks/{network_id}/"
tags: ["Networks"]
---

# Returns details of the Network - must match the Network owning the requesting API key

`GET /admin/v1/networks/{network_id}/`

## Path parameters

- `network_id` union, required
  - integer — Unique numeric network ID
  - string, /^[a-z][a-z0-9-]+$/ — Network subdomain

## Response `200`

Returns the Networks attributes

- NetworkResponse — Networks are the main organizational unit within Mighty, and house all other objects
  - `id` integer, required — The record's integer ID
  - `created_at` string, date-time, required — The date and time the record was created
  - `updated_at` string, date-time, required — The date and time the record was last modified
  - `subdomain` string, required — The Network subdomain
  - `title` string, required — The Network title
  - `subtitle` string, required — The Network subtitle
  - `purpose` string, required — The Network purpose
  - `description` string, required — The Network description

---

[API](https://skmtc.dev/mightynetworks/apis/the-mighty-networks-admin-api.md) · [All operations](https://skmtc.dev/mightynetworks/apis/the-mighty-networks-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mightynetworks/the-mighty-networks-admin-api/revisions/092b5cd85598/schema)
