v1.0.0
OpenAPI 3.1.0
List your collections
Client Libraries
US region
Returns a list of all of your collections, including the name and schema for each collection.
Your request is over the 10-per-second limit.
curl https://api.customer.io/v1/collections \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"collections": [
{
"bytes": 296,
"created_at": 1552341937,
"updated_at": 1552341937,
"id": 1,
"name": "upcoming events",
"rows": 2,
"schema": [
"eventDate",
"eventName",
"presents"
]
}
]
}Returns metadata about your collection.