v1.0.0
OpenAPI 3.1.0
Lookup collection contents
Client Libraries
US region
Retrieve the contents of a collection (the data from when you created or updated a collection). Each row in the collection is represented as a JSON blob in the response.
The identifier for a collection.
The collection id does not exist.
Your request is over the 10-per-second limit.
curl https://api.customer.io/v1/collections/1/content \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"eventName": "christmas",
"eventDate": {},
"presents": {
"something_you_want": "toys",
"something_you_need": "socks",
"total": 2
}
}Returns your collection's contents—the data (or url contents) from your POST or PUT call.