← 返回
效率工具 Key 中文

ZapYeti

Use the ZapYeti API to list debts, track balances, view payoff schedules, log payments, and monitor debt-free progress via api.zapyeti.com. Use when the user...
使用ZapYeti API通过api.zapyeti.com列出债务、跟踪余额、查看还款计划、记录还款并监控无债务进度。当用户...
djedi
效率工具 clawhub v1.2.0 1 版本 99848.5 Key: 需要
★ 0
Stars
📥 659
下载
💾 4
安装
1
版本
#latest

概述

ZapYeti

Track and manage debt payoff plans on ZapYeti.com via REST API.

Setup

  • Requires env: ZAPYETI_API_KEY
  • Generate an API key at ZapYeti.com → Settings → API Keys

Usage

Use the helper script for all API calls:

scripts/zy_api.sh <METHOD> <path> [json_body]

Common workflows

List all debts:

scripts/zy_api.sh GET /api/debts/

Get a specific debt:

scripts/zy_api.sh GET /api/debts/DEBT_ID

Log a payment:

scripts/zy_api.sh POST /api/payments/ \
  '{"debt_id":"DEBT_ID","amount":5000,"date":"2026-03-06"}'

Payment summary:

scripts/zy_api.sh GET /api/payments/summary

Payment history:

scripts/zy_api.sh GET /api/payments/history

User profile:

scripts/zy_api.sh GET /api/users/me

Export data:

scripts/zy_api.sh GET /api/settings/export
scripts/zy_api.sh GET /api/settings/export/csv

API Reference

See references/api.md for the full endpoint list including debts, payments, SimpleFin sync, social features, and admin endpoints.

Notes

  • Amounts are in cents: $50.00 = 5000
  • Debt payoff strategies: snowball (smallest first) and avalanche (highest interest first)

版本历史

共 1 个版本

  • v1.2.0 当前
    2026-03-30 05:31 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 438 📥 147,640
productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,835
data-analysis

Clicky Analytics

djedi
通过 Clicky REST API 获取网站分析数据。当用户询问网站流量、访客、页面浏览量、热门页面、跳出率等问题时使用。
★ 0 📥 546