Newsletter Subscriber Detail
Returns a single newsletter subscriber with its full field set — the data behind the admin Marketing → Communications → Newsletter Subscribers view screen.
TIP
New here? Read the Newsletter Subscribers overview for what a subscriber is and how its fields behave.
Operation
| Operation | Type | Purpose |
|---|---|---|
adminMarketingSubscriber | Query | Fetch one newsletter subscriber by id |
Details
- Requires an admin Bearer token in the
Authorizationheader. - Pass the subscriber's IRI (e.g.
/api/admin/marketing/subscribers/26) as theidargument;_idin the response is the numeric id.
Fields
| Field | Type | Notes |
|---|---|---|
id | ID | The subscriber's IRI |
_id | Int | Numeric id |
email | String | Subscriber email address |
channel | Object | The channel the subscriber opted in on — sub-select id, _id, code, name. Detail-only (null on list rows) |
customerId | Int | Linked customer id, or null for a guest subscriber |
customerName | String | Linked customer name, or null |
isSubscribed | Boolean | true subscribed / false unsubscribed |
createdAt | String | Creation timestamp |
updatedAt | String | Last-update timestamp |

