Skip to content

Search is only available in production builds. Try building and previewing the site to test it out locally.

Health Check

GET
/api/v1/health
curl --request GET \
--url https://example.com/api/v1/health

Successful Response

Media type application/json
HealthResponse
object
status
required
Status
string
Example generated
{
"status": "example"
}