App API
Collections
Collections are arbitrary sets of data that you want to use in campaign messages or workflows independent of attributes or events. They might represent things like upcoming events, coupons/promotions, etc.
Endpoints
- GET List your collections
/v1/collections - POST Create a collection
/v1/collections - GET Lookup a collection
/v1/collections/{collection_id} - PUT Update a collection
/v1/collections/{collection_id} - DELETE Delete a collection
/v1/collections/{collection_id} - GET Lookup collection contents
/v1/collections/{collection_id}/content - PUT Update the contents of a collection
/v1/collections/{collection_id}/content