get https://{region}-api.dotdigital.com/insightData/v3/collections
Retrieves a list of Insight data collections used at both account and contact level
Responses
401Unauthorized
Retrieves a list of Insight data collections used at both account and contact level
401Unauthorized
xxxxxxxxxx
curl --request GET \
--url https://r1-api.dotdigital.com/insightData/v3/collections \
--header 'accept: application/json'
xxxxxxxxxx
[
{
"collectionName": "Orders",
"collectionType": "cartInsight",
"collectionScope": "contact",
"recordCount": 100
}
]