---
title: "GET /check"
method: GET
path: "/check"
tags: ["Special endpoints"]
---

# GET /check

`GET /check`

Static website domain name check. Checks whether a bucket is configured to serve
a static website for the requested domain. This is used by reverse proxies such
as Caddy or Tricot, to avoid requesting TLS certificates for domain names that
do not correspond to an actual website.

## Query parameters

- `domain` string, required

## Response `200`

The domain name redirects to a static website bucket

## Other responses

- `400` — No static website bucket exists for this domain

---

[API](https://skmtc.dev/deuxfleurs/apis/garage-administration-api.md) · [All operations](https://skmtc.dev/deuxfleurs/apis/garage-administration-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/deuxfleurs/garage-administration-api/revisions/07ffb2d0febb/schema)
