Skip to main content
GET
Get Products by category
Retrieves SKUs filtered by category with pagination support. Intended for backend catalog sync.

Parameters

categorystring
Category to filter products. Must be a valid supported category enum value.
pageNointeger
Page number to retrieve within the selected category. Typically starts at 1 unless specified otherwise.
pageSizeinteger
Number of SKUs returned per page for the selected category.
GET/skus/category/{category}
curl -X GET "https://api.pixelbin.io/service/private/misc/v2.0/skus/category/eyewear" \
-H "Authorization: Bearer {accesskey}"
Response
201
No example available.