curl -u admin:admin 'http://localhost:9000/api/subscribers?page=1&per_page=100'

Category: Listmonk & Newsletters

curl -u admin:admin 'http://localhost:9000/api/subscribers?page=1&per_page=100'

List subscribers with pagination via the API

Queries the first 100 subscribers with their status, attributes, and list memberships. page and per_page control paging, set per_page=all for everything, and repeat list_id parameters to filter by list. Quote the URL so the shell does not treat & as a background operator.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.