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