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/mikrotik-resellers{
"data": [
{
"name": "Streakwave Wireless, Inc.",
"types": [
"Distributor",
"Reseller"
],
"website": "http://www.streakwave.com",
"address": "2480 N. First St, Ste 100, San Jose, CA 95131",
"email": "sales@streakwave.com",
"phone": "888-604-5234",
"logo": "https://cdn.sdx.altostrat.io/streakwave_logo.png",
"continent": "America",
"region": "North America",
"country": "USA",
"country_code": "US"
}
],
"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 official MikroTik resellers. This allows you to find resellers based on their geographical location or name, providing valuable information for procurement and partnership purposes.
curl --request GET \
--url https://v1.api.altostrat.io/oem/mikrotik-resellers{
"data": [
{
"name": "Streakwave Wireless, Inc.",
"types": [
"Distributor",
"Reseller"
],
"website": "http://www.streakwave.com",
"address": "2480 N. First St, Ste 100, San Jose, CA 95131",
"email": "sales@streakwave.com",
"phone": "888-604-5234",
"logo": "https://cdn.sdx.altostrat.io/streakwave_logo.png",
"continent": "America",
"region": "North America",
"country": "USA",
"country_code": "US"
}
],
"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.
An ISO 3166-1 alpha-2 country code (e.g., 'us', 'gb', 'au') to filter resellers by. The match is case-insensitive.
A case-insensitive, partial match search on the reseller's name.
The page number of the paginated results to retrieve.
Was this page helpful?