Bridgit Logo
Openapi

Health check endpoint

GET
/

Returns the base API response with environment information

Response Body

application/json

curl -X GET "https://api-test.hibridgit.com"
{
  "title": "Bridgit API",
  "env": "dev"
}