API Referenceadmin
List domains
List organization domains.
curl -X get "http://localhost:8000/api/v1/admin/domains"{
"domains": [
{
"domain": "string",
"is_primary": false,
"is_verified": false,
"validation_type": "string"
}
]
}Readiness Probe
Kubernetes readiness probe endpoint. Checks all registered dependencies and returns appropriate status code. - 200: All dependencies healthy - 207: Some dependencies degraded - 503: One or more dependencies unhealthy Args: request: FastAPI request object to access app state. response: FastAPI response object to set status code. Returns: Health status with dependency information.
Add domain
Add a domain to the organization.

