Altostrat Studio is here — the AI-native network operations IDE for engineers running production. Terminal, diagrams, runbooks, and Copilot in one workspace. Get started →
curl --request GET \
--url https://v1.api.altostrat.io/sites/minimal \
--header 'Authorization: Bearer <token>'[
{
"id": "9a9a3e6f-1b1a-4b1a-8c1a-1e1a1a1a1a1a",
"pid": "site_2m3h5n7k9j8g7f6e5d4c3b2a1",
"name": "Branch Office Firewall",
"has_pulse": true,
"software_version": "7.15.1",
"software_id": "U0B1-15HF",
"serial_number": "HFB098M0M2P",
"created_at": "2025-09-15T14:00:00Z"
}
]Retrieves a condensed list of MikroTik sites, suitable for UI elements like navigation menus where only essential information is needed.
curl --request GET \
--url https://v1.api.altostrat.io/sites/minimal \
--header 'Authorization: Bearer <token>'[
{
"id": "9a9a3e6f-1b1a-4b1a-8c1a-1e1a1a1a1a1a",
"pid": "site_2m3h5n7k9j8g7f6e5d4c3b2a1",
"name": "Branch Office Firewall",
"has_pulse": true,
"software_version": "7.15.1",
"software_id": "U0B1-15HF",
"serial_number": "HFB098M0M2P",
"created_at": "2025-09-15T14:00:00Z"
}
]Documentation Index
Fetch the complete documentation index at: https://altostrat.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authenticate requests by providing a JSON Web Token (JWT) in the Authorization header. Example: Authorization: Bearer <YOUR_JWT>
A minimal list of sites.
The unique identifier (UUID) for the site.
"9a9a3e6f-1b1a-4b1a-8c1a-1e1a1a1a1a1a"
A time-sortable, prefixed unique identifier for the site.
"site_2m3h5n7k9j8g7f6e5d4c3b2a1"
The user-defined name for the site.
"Branch Office Firewall"
Indicates if the site is currently online.
true
The RouterOS software version.
"7.15.1"
The software ID provided by RouterOS.
"U0B1-15HF"
The serial number of the MikroTik device.
"HFB098M0M2P"
The timestamp when the site was created.
"2025-09-15T14:00:00Z"
Was this page helpful?