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 '{"slug":"…","price_per_gb_zeq":0,"price_per_zeqond_zeq":0,"max_concurrent_tunnels":0,"accept_country_classes":[],"active":false}'
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.