Health
API health and status endpoints
Returns API health status. No authentication required.
Responses
200
API is healthy
application/json
get
/healthGET /api/v1/health HTTP/1.1
Host: api.maisonsafqa.com
Accept: */*
200
API is healthy
{
"status": "healthy",
"service": "brand-developer-api",
"timestamp": "2024-01-15T10:30:00Z",
"version": "1.0.0"
}