simplivpn.net
SimpliVPN is a VPN service and a white-label VPN backend/API offering that lets businesses create and manage their own VPN applications and users. It provides hosted VPN infrastructure, user management, and server information through its API.
SimpliVPN exposes one documented HTTP API, SimpliVPN API, with an OpenAPI spec at `https://api.simplivpn.net/swagger/v1/swagger.json` (also mirrored by APIs.guru). It uses either a user bearer token obtained from `POST /login` or an admin API key supplied through SimpliVPN onboarding for admin routes.
- SimpliVPN APIdiscovered
Sign up for a SimpliVPN API account from the SimpliVPN API site using Get started today or Sign in. The API docs state that /register and /username-available require an API key "supplied to you from SimpliVPN"; the public docs do not show a self-service key-generation page, so obtain the admin API key through the SimpliVPN portal/account onboarding.
Create a VPN user through the SimpliVPN API or portal, then call POST /login on the SimpliVPN API with the user's username and password. The docs say the response returns a bearer auth token for user requests and that it expires every 7 days, so refresh it by calling /login again when you receive unauthorized responses.
conventions · 0/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing