Skip to main content
GET
/
health
GET /health
curl --request GET \
  --url https://api.inwealth.fr/health \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.inwealth.fr/llms.txt

Use this file to discover all available pages before exploring further.

Health Check

Verify that the iNwealth API is running and responsive. No authentication required.

Example request

curl https://api.inwealth.fr/health

Response

{
  "status": "healthy",
  "timestamp": "2026-03-08T14:30:00+00:00"
}

Fields

FieldTypeDescription
statusstring"healthy" if the service is running
timestampstringCurrent server time (ISO 8601)
The first request after an idle period may take a few extra seconds as the container warms up. Schedule periodic health checks to keep the container warm.