POST /api/vpn/marketplace/list
| Method | POST |
| Path | /api/vpn/marketplace/list |
| Group | Vpn |
| Auth | optional (richer response when authenticated) |
| Source | shared/api-core/src/routes/vpn.ts |
Call it
curl -X POST https://zeqsdk.com/api/vpn/marketplace/list \
-H "Content-Type: application/json" \
-d '{}'
Authentication is optional; an API key or session yields a richer response.
Reference
- Group: Vpn
- Drive it from any client — the TypeScript SDK, Python, CLI, and MCP server all wrap the same routes.