Skip to content

API Reference

The Betterfield API follows REST conventions and is available at https://api.betterfield.pt/api/v1.

All endpoints (except /health and /auth) require a JWT token in the Authorization header:

Authorization: Bearer <token>
GET /api/v1/health

Returns the status of infrastructure services. Authentication is not required.