Skip to main content
GET
/
products
/
collections
/
{collectionId}
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
}

Authorizations

Authorization
string
header
required

Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.

Headers

Version
enum<string>
required

API Version

Available options:
2021-07-28

Path Parameters

collectionId
string
required

Collection Id

Example:

"65d71377c326ea78e1c47df5"

Query Parameters

altId
string
required

Location Id

Example:

"3SwdhCsvxI8Au3KsPJt6"

Response

Successful response

data
object
required
status
boolean
required

Status of the operation

Example:

true

Last modified on March 4, 2026