Referência da API
Visão geral
Section titled “Visão geral”A API da Betterfield segue convenções REST e está disponível em https://api.betterfield.pt/api/v1.
Autenticação
Section titled “Autenticação”Todos os endpoints (excepto /health e /auth) requerem um token JWT no header Authorization:
Authorization: Bearer <token>Health Check
Section titled “Health Check”GET /api/v1/healthRetorna o estado dos serviços de infraestrutura. Não requer autenticação.