Listmonk Authentication
listmonk's API authentication is deliberately simple and entirely operator-issued: there is no vendor, no key-issuing console and no token service. An administrator creates an "API user" in the admin UI, listmonk generates a secret token for it, and every call carries that api_user:token pair either as HTTP Basic credentials or in an `Authorization: token` header. What listmonk does have, and what most self-hosted tools of its size do not, is a real authorization layer behind that: 33 named permissions grouped into User roles, plus per-list read/write grants grouped into List roles, enforced on API calls and not merely in the UI. OIDC exists but is for administrator sign-in only — no OIDC or OAuth token is accepted on /api/*.
listmonk secures its APIs with http and apiKey across 2 declared security schemes, as derived from its OpenAPI definitions.
Security Schemes
Source
Authentication Profile
Work with this as data
Every security artifact here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for security posture
4 MCP tools reach this
find_securityBrowse and filter every security artifact in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/security/listmonk-authentication"
curl "https://apis.io/api/v1/security?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.