Skip to main content
GET
/
oem
/
products
List Products
curl --request GET \
  --url https://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://api.altostrat.io/oem/products?page=2"
    }
  }
}

Query Parameters

board_name
string

A case-insensitive, partial match search on the product's board name.

model
string

A case-insensitive, partial match search on the product's model number.

page
integer
default:1

The page number of the paginated results to retrieve.

Response

A paginated list of products was successfully retrieved.

data
object[]
meta
object