Bridgit Logo
Bridgit APIBase

Health check endpoint

Returns the base API response with environment information

GET
/

Response Body

application/json

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