Endpoints
Health Endpoint
Service health check endpoint
Check API Availability
GET /v2/health
Simple system endpoint for connectivity and uptime checks.
Authentication
Not required.
Example Request
curl -X GET "https://api.teamfluence.com/v2/health" \
-H "Accept: application/json"Response
- 200 OK — Service is up. Returns an empty JSON object.
{}Success Response
- 200: service is reachable
Note
Use this endpoint for monitoring and startup checks before running authenticated API workflows.