GET
/
api
/
routers
/
{router_id}
/
oem
curl --request GET \
  --url https://api.altostrat.io/api/routers/{router_id}/oem \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>",
  "data": {
    "category": "<string>",
    "slug": "<string>",
    "archived": true,
    "name": "<string>",
    "model": "<string>",
    "short_description": "<string>",
    "product_details": "<string>",
    "architecture": "<string>",
    "cpu": "<string>",
    "cpu_core_count": "<string>",
    "cpu_nominal_frequency": "<string>",
    "switch_chip_model": "<string>",
    "router_os_license": "<string>",
    "operating_system": "<string>",
    "ram": "<string>",
    "storage_size": "<string>",
    "storage_type": "<string>",
    "mtbf": "<string>",
    "tested_ambient_temperature": "<string>",
    "price": "<string>",
    "banner": "<string>",
    "thumbnail": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Use the Authorization: Bearer <token> header format

Path Parameters

router_id
string
required

The UUID of the router.

Response

200 - application/json
OEM info object
status
string
data
object