Get Specific Email Campaign
GET
/email-campaigns/{email_campaign_id}
Email Marketing
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://rest.clicksend.com/v3/email-campaigns/1'
Response Response Example
{
"data": {
"abuse_count": 0,
"body": "<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\" \"http://www.w3.org/TR/REC-html40/loose.dtd\">\n<html><body><p>This is a test</p></body></html>\n",
"body_plain_text": "This is a test",
"click_count": 0,
"custom_string": "",
"date_added": "1455586793",
"email_campaign_id": 64,
"from_email_address_id": 2,
"from_name": "Test name",
"hard_bounce_count": 0,
"list_id": 443,
"name": "test email",
"open_count": 5,
"schedule": "",
"send_count": 0,
"soft_bounce_count": 0,
"status": "Sent",
"subaccount_id": 1038,
"subject": "My test subject",
"template_id": 24,
"unsubscribe_count": 0,
"user_id": 1201
},
"http_code": 200,
"response_code": "SUCCESS",
"response_msg": "Here is your email campaign."
}
Request
Path Params
email_campaign_id
numberÂ
required
Example:
1