We are now open for everyone. Get Started.
curl --location --request GET 'https://dev.api.ziett.co/c/v1/campaigns/' \
--header 'X-API-KEY: <api-key>'{
"id": "string",
"updated_at": "2019-08-24T14:15:22.123Z",
"created_at": "2019-08-24T14:15:22.123Z",
"name": "string",
"status": "DRAFT",
"organization_id": "string",
"billing_account_id": "string",
"trigger_source": "API_CLIENT",
"file_metadata_id": "string",
"channel_type": "SMS",
"sms_remitter_id": "string",
"sms_remitter": {
"name": "Ziett"
},
"content": "string",
"total_estimated_recipients": 0,
"scheduled_at": "2019-08-24T14:15:22.123Z",
"processed_at": "2019-08-24T14:15:22.123Z",
"completed_at": "2019-08-24T14:15:22.123Z",
"error_code": "SYSTEM_DISPATCH_ERROR",
"status_note": "string",
"data": {
"reason_of_pause": "string"
}
}