curl --request GET \
--url https://services.leadconnectorhq.com/products/collections/{collectionId} \
--header 'Authorization: Bearer <token>' \
--header 'Version: <version>'{
"data": {},
"status": true
}Get Details about individual product collection
curl --request GET \
--url https://services.leadconnectorhq.com/products/collections/{collectionId} \
--header 'Authorization: Bearer <token>' \
--header 'Version: <version>'{
"data": {},
"status": true
}Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.
API Version
2021-07-28 Collection Id
"65d71377c326ea78e1c47df5"
Location Id
"3SwdhCsvxI8Au3KsPJt6"
Was this page helpful?