{"endpoints":{"auth":{"forgot_password":"POST /api/v1/auth/forgot-password","login":"POST /api/v1/auth/login","refresh":"POST /api/v1/auth/refresh","resend_verification":"GET /api/v1/auth/resend-verification?email=user@example.com","reset_password":"POST /api/v1/auth/reset-password","signup":"POST /api/v1/auth/signup","verify_email":"POST /api/v1/auth/verify-email"},"financial":{"accounts":{"balances":"GET /api/v1/financial/accounts/:id/balances","create":"POST /api/v1/financial/accounts","create_balance":"POST /api/v1/financial/accounts/:id/balances","delete":"DELETE /api/v1/financial/accounts/:id","get":"GET /api/v1/financial/accounts/:id","list":"GET /api/v1/financial/accounts","update":"PUT /api/v1/financial/accounts/:id"},"all_data":"GET /api/v1/financial/all","assets":{"create":"POST /api/v1/financial/assets","create_valuation":"POST /api/v1/financial/assets/:id/valuations","delete":"DELETE /api/v1/financial/assets/:id","get":"GET /api/v1/financial/assets/:id","list":"GET /api/v1/financial/assets","update":"PUT /api/v1/financial/assets/:id","valuations":"GET /api/v1/financial/assets/:id/valuations"},"dashboard":{"cash_flow":"GET /api/v1/financial/dashboard/cash-flow","net_worth":"GET /api/v1/financial/dashboard/net-worth","summary":"GET /api/v1/financial/dashboard/summary"},"holdings":{"by_account":"GET /api/v1/financial/holdings/account/:account_id","create":"POST /api/v1/financial/holdings","delete":"DELETE /api/v1/financial/holdings/:id","get":"GET /api/v1/financial/holdings/:id","list":"GET /api/v1/financial/holdings","update":"PUT /api/v1/financial/holdings/:id"},"liabilities":{"create":"POST /api/v1/financial/liabilities","create_schedule":"POST /api/v1/financial/liabilities/:id/schedules","delete":"DELETE /api/v1/financial/liabilities/:id","get":"GET /api/v1/financial/liabilities/:id","list":"GET /api/v1/financial/liabilities","schedules":"GET /api/v1/financial/liabilities/:id/schedules","update":"PUT /api/v1/financial/liabilities/:id"},"overview":"GET /api/v1/financial/summary","securities":{"by_ticker":"GET /api/v1/financial/securities/ticker/:ticker","create":"POST /api/v1/financial/securities","delete":"DELETE /api/v1/financial/securities/:id","get":"GET /api/v1/financial/securities/:id","list":"GET /api/v1/financial/securities","update":"PUT /api/v1/financial/securities/:id"},"transactions":{"by_account":"GET /api/v1/financial/transactions/account/:account_id","create":"POST /api/v1/financial/transactions","delete":"DELETE /api/v1/financial/transactions/:id","get":"GET /api/v1/financial/transactions/:id","list":"GET /api/v1/financial/transactions","update":"PUT /api/v1/financial/transactions/:id"}},"health":"GET /health","user":{"change_password":"POST /api/v1/user/change-password","feature_request":"POST /api/v1/user/feature-request","phone_verify_otp":"POST /api/v1/user/phone/verification/otp/request","profile":"GET /api/v1/user/profile","update_profile":"PUT /api/v1/user/profile"}},"service":"Alpheva Backend API","status":"running","version":"1.0.0"}
