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/oem/products{
"data": [
{
"id": 1,
"slug": "hex-s",
"product_category_id": 5,
"name": "hEX S",
"model": "RB750Gr3",
"short_description": "hEX S is a five port Gigabit Ethernet router for locations where wireless connectivity is not required. Compared to the hEX, the hEX S also features an SFP port and PoE output on the last port.",
"price": 69.95,
"thumbnail": "https://cdn.sdx.altostrat.io/hex_s.jpg",
"archived": false
}
],
"meta": {
"pagination": {
"total": 150,
"per_page": 25,
"current_page": 1,
"last_page": 6,
"prev_page_url": null,
"next_page_url": "https://v1.api.altostrat.io/oem/products?page=2"
}
}
}Returns a paginated list of MikroTik products. The list can be filtered by product name or model number, allowing for powerful search and cataloging capabilities.
curl --request GET \
--url https://v1.api.altostrat.io/oem/products{
"data": [
{
"id": 1,
"slug": "hex-s",
"product_category_id": 5,
"name": "hEX S",
"model": "RB750Gr3",
"short_description": "hEX S is a five port Gigabit Ethernet router for locations where wireless connectivity is not required. Compared to the hEX, the hEX S also features an SFP port and PoE output on the last port.",
"price": 69.95,
"thumbnail": "https://cdn.sdx.altostrat.io/hex_s.jpg",
"archived": false
}
],
"meta": {
"pagination": {
"total": 150,
"per_page": 25,
"current_page": 1,
"last_page": 6,
"prev_page_url": null,
"next_page_url": "https://v1.api.altostrat.io/oem/products?page=2"
}
}
}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.
A case-insensitive, partial match search on the product's board name.
A case-insensitive, partial match search on the product's model number.
The page number of the paginated results to retrieve.
Was this page helpful?