curl --request GET \
--url https://api.mn.co/admin/v1/networks/{network_id}/collections/{id}/ \
--header 'Authorization: Bearer <token>'{
"id": "1234",
"created_at": "2025-12-29T18:18:06+00:00",
"updated_at": "2025-12-29T18:18:06+00:00",
"name": "<string>",
"visible_to_members": true,
"position": 123,
"explorable": true,
"description": "<string>"
}curl --request GET \
--url https://api.mn.co/admin/v1/networks/{network_id}/collections/{id}/ \
--header 'Authorization: Bearer <token>'{
"id": "1234",
"created_at": "2025-12-29T18:18:06+00:00",
"updated_at": "2025-12-29T18:18:06+00:00",
"name": "<string>",
"visible_to_members": true,
"position": 123,
"explorable": true,
"description": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the collection
The Network's unique integer ID, or subdomain Unique numeric network ID
A collection object
A collection of spaces within a network
The record's integer ID
"1234"
The date and time the record was created
"2025-12-29T18:18:06+00:00"
The date and time the record was last modified
"2025-12-29T18:18:06+00:00"
The collection's name
Whether the collection is visible to members
The display position of the collection
Whether the collection contains discoverable spaces or promoted plan
The collection's description