Skip to main content
GET
/
admin
/
newsletter
/
subscriptions
Get all newsletter subscriptions
curl --request GET \
  --url https://api.justanotheruptime.com/admin/newsletter/subscriptions \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.justanotheruptime.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

active
boolean

Filter by active status

limit
number

Items per page (default: 10)

page
number

Page number (default: 1)

Response

200

Returns all newsletter subscriptions