GET
/
Service help

This API template includes tenant-aware routes, health checks, and payment integration.

Core routes

  • GET /health
  • GET /db/health
  • GET /tenant/*
  • GET /sample/*

Payments

  • POST /payment
  • POST /payment/webhook
  • GET /docs/payments

Required environment variables

PAYMENTS_API=https://payments.example.com
PAYMENTS_API_KEY=your-api-key

Webhook registration URL

/payment/webhook

For detailed payment setup instructions and schema, open the payments docs.