The health endpoint confirms that the BoardPulse AI API is running and returns the name of the active environment. It requires no authentication and no request body.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/FloxTBoTyy/BoardPulse-AI/llms.txt
Use this file to discover all available pages before exploring further.
Request
Method:GETPath:
/api/v1/health
No query parameters or request body.
Response
| Field | Type | Description |
|---|---|---|
status | string | Always "ok" when the service is running |
environment | string | The active environment name (e.g., development, production) |
Example
environment value reflects the APP_ENVIRONMENT environment variable, which defaults to development.