Overview
Manages domain routing configuration for the PADS4 Nginx reverse proxy. Controls which hostnames are routed to which PADS4 tenant environments in multi-tenant deployments.Authentication
All endpoints use the standard PADS4 session cookie. Obtain it once and reuse:Replacehttps://<your-server>with your PADS4 server address and<ServiceName>with the service path shown above.
Endpoint Reference
Request & Response Examples
GET /api/v1/Domain
Request:
200 OK:
POST /api/v1/Domain
Request:
200 OK:
DELETE /api/v1/Domain
Request:
200 OK:
GET /api/v1/Domain/validate
Request:
200 OK:
POST /api/v1/Domain/reset
Request:
200 OK:
POST /api/v1/Domain/restart
Request:
200 OK:
Additional endpoints follow the same patterns shown above. See the Swagger UI for full parameter schemas.

