Core API Endpoints
POST
/api/auth/login
Authenticate user and obtain JWT token.
POST
/api/auth/register
Create a new user account.
GET
/api/auth/family-members
Retrieve list of members in your family.
POST
/api/notes
Create a new family note.
GET
/api/notes/family
Fetch all notes shared with the family.
POST
/api/expenses
Log a new family expense.
GET
/api/expenses/family/:id/summary
Get financial insights and summaries.
GET
/api/chat/:family_id
Retrieve family message history.
POST
/api/invite/create
Generate a secure family invitation link.