v1.0.0
OpenAPI 3.1.0
List campaigns
Client Libraries
US region
Returns a list of your campaigns and associated metadata.
Your request is over the 10-per-second limit.
curl https://api.customer.io/v1/campaigns \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"campaigns": [
{
"id": 5,
"deduplicate_id": "15:1492548073",
"name": "string",
"description": "Sends a welcome series to new trial signups.",
"created": 1552341937,
"updated": 1552341937,
"active": true,
"state": "running",
"actions": [
{
"type": "email",
"id": 259
}
],
"first_started": 1552341937,
"tags": [
"new",
"welcome"
],
"trigger_segment_ids": [
90
],
"filter_segment_ids": [
21,
42
]
}
]
}Returns an array of campaign objects.