Skip to main content

POST /api/vpn/marketplace/list

MethodPOST
Path/api/vpn/marketplace/list
GroupVpn
Authoptional (richer response when authenticated)
Sourceshared/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