Get all newsletter subscriptions (Admin only)
Newsletter
Get all newsletter subscriptions (Admin only)
GET
Get all newsletter subscriptions (Admin only)
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Response
200 - application/json
Returns all newsletter subscriptions
Unique identifier for the newsletter subscription
Example:
"123e4567-e89b-12d3-a456-426614174000"
Email address of the subscriber
Example:
"subscriber@example.com"
Flag indicating if the subscription is active
Example:
true
Date and time when the user subscribed
Example:
"2025-03-15T10:30:00Z"
Date and time when the user unsubscribed, if applicable
Example:
null
Date and time when the subscription record was created
Example:
"2025-03-15T10:30:00Z"
Date and time when the subscription record was last updated
Example:
"2025-03-15T10:30:00Z"