curl --request GET \
--url https://services.leadconnectorhq.com/products/collections/{collectionId}/products \
--header 'Authorization: Bearer <token>' \
--header 'Version: <version>'{
"data": [
"<string>"
],
"total": 50
}Get products in a collection with pagination
curl --request GET \
--url https://services.leadconnectorhq.com/products/collections/{collectionId}/products \
--header 'Authorization: Bearer <token>' \
--header 'Version: <version>'{
"data": [
"<string>"
],
"total": 50
}Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.
API Version
2021-07-28 MongoId of the collection
"65d71377c326ea78e1c47df5"
Location Id
"6578278e879ad2646715ba9c"
The type of alt. For now it is only LOCATION
location "LOCATION"
Type of collection product to filter by
manual, smart "manual"
Offset for pagination
0
Limit for pagination
20
Query to search products by name, description, or slug
"awesome product"
Was this page helpful?