Skip to main content
GET
/
v1
/
admin
/
partners
/
brands
/
{id}
/
brand-products
Get all products for a linked brand
curl --request GET \
  --url http://localhost:3000/v1/admin/partners/brands/{id}/brand-products
{
  "products": [
    null
  ],
  "total": 123
}

Path Parameters

id
string<uuid>
required

Query Parameters

limit
integer
default:50
Required range: 1 <= x <= 100
offset
integer | null
default:0
Required range: x >= 0

Response

Brand products

products
null[]
required
total
number
required