⚑ Vercel Edge API Gateway Proxy

High-performance reverse proxy running on the Edge Runtime

πŸ₯ Health Check

GET /api/health

πŸ—ΊοΈ Configured Routes

PatternTarget Template
/api/v1/echo/:path*β†’/anything/{{path}}
/api/v1/get→/get{{query}}
/api/v1/json→/json
/api/v1/uuid→/uuid
/api/v1/headers→/headers
/api/v1/status/:code→/status/{{code}}
/api/v1/delay/:seconds→/delay/{{seconds}}
/tenants/:tenantId/:rest*β†’/anything/{{rest}}