curl --request GET \
--url https://api.topsort.com/public/v1/campaign-service/sponsored-products
{
"hasMore": true,
"next": {
"limit": 123,
"offset": 123
},
"sponsoredProducts": [
"<string>"
]
}
This endpoint is deprecated. Use /products-in-campaign instead.
curl --request GET \
--url https://api.topsort.com/public/v1/campaign-service/sponsored-products
{
"hasMore": true,
"next": {
"limit": 123,
"offset": 123
},
"sponsoredProducts": [
"<string>"
]
}
The ID of the vendor to get sponsored products.
The pagination offset.
x >= 0
The pagination limit.
0 <= x <= 100
Whether to fetch only active products. If false, all products will be fetched even if the campaign or the bid are inactive.
Successful Response
Paginated response for sponsored products in a vendor.