GET /health
Health check
GET /health
Coût : gratuit
Endpoint de santé. Aucun token consommé, aucune authentification requise. Retourne 200 si l'API est opérationnelle.
Réponse
{ "status": "ok" }Exemple
# poi-api
curl https://api.poi.trippier.dev/health
# itinerary-api
curl https://api.itinerary.trippier.dev/health