v1.0.0
OpenAPI 3.1.0
Get a one-time send
Client Libraries
US region
Returns metadata for an individual one-time send (referred to as a "newsletter" in our APIs).
The identifier of a one-time send.
The one-time send you requested does not exist.
curl https://api.customer.io/v1/newsletters/1 \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"newsletter": {
"content_ids": [
45
],
"created": 1481653919,
"deduplicate_id": "128275:1484870424",
"id": 128275,
"name": "Weekly Product Update",
"recipient_segment_ids": [
42,
99
],
"sent_at": 1481653929,
"subscription_topic_id": 5,
"tags": [
"Product Updates"
],
"type": "email",
"updated": 1481653929
}
}Returns metadata for the one-time send.