Api Root
Welcome To Cashbox Api
This is the root of cashbox.cash financial tracker api
Summary
TODO:
Explore
Down below you can see the list of available api methods. Feel free to follow each url and learn details about each method.
GET /api/
{ "accounts": { "account-icons": "https://cashbox.cash/api/accounts/icons", "account-list": "https://cashbox.cash/api/accounts", "account-types": "https://cashbox.cash/api/accounts/types" }, "anlysis": { "analysis-root": "https://cashbox.cash/api/analysis", "analysis-expenses": "https://cashbox.cash/api/analysis/expenses", "analysis-income": "https://cashbox.cash/api/analysis/income", "analysis-cashflow": "https://cashbox.cash/api/analysis/cashflow" }, "authentication and user management": { "api-current-user": "https://cashbox.cash/api/users/current", "api-login": "https://cashbox.cash/api/auth/login", "api-logout": "https://cashbox.cash/api/auth/logout", "api-signup": "https://cashbox.cash/api/auth/signup", "devices-list": "https://cashbox.cash/api/users/current/devices", "email-confirmation": "https://cashbox.cash/api/users/current/email-confirmation", "email-password-update": "https://cashbox.cash/api/users/current/email-password", "invitations-list": "https://cashbox.cash/api/invitations", "preferences": "https://cashbox.cash/api/users/current/preferences", "update-user-photo": "https://cashbox.cash/api/users/current/photo", "user-referral": "https://cashbox.cash/api/userreferrals" }, "categories": { "category-images": "https://cashbox.cash/api/categories/images", "category-list": "https://cashbox.cash/api/categories", "sub-categories-list": "https://cashbox.cash/api/sub-categories" }, "currency": { "currency-list": "https://cashbox.cash/api/currency", "exchangerates-list": "https://cashbox.cash/api/exchangerates" }, "meta": { "api-root": "https://cashbox.cash/api/", "api-versions": "https://cashbox.cash/api/versions" }, "other": { "project-list": "https://cashbox.cash/api/projects", "recurrence-list": "https://cashbox.cash/api/recurrence", "sync": "https://cashbox.cash/api/sync", "tag-list": "https://cashbox.cash/api/tags" }, "payment": { "braintree-client-token": "https://cashbox.cash/api/users/current/client-token/braintree", "paymentmethods-default": "https://cashbox.cash/api/paymentmethods-default", "paymentmethods-list": "https://cashbox.cash/api/paymentmethods", "subscription-plans": "https://cashbox.cash/api/subscription-plans", "subscriptions-list": "https://cashbox.cash/api/subscriptions-list", "webhook-braintree": "https://cashbox.cash/api/webhooks/braintree" }, "sync": { "sync": "https://cashbox.cash/api/sync" }, "transactions": { "transactions-list": "https://cashbox.cash/api/transactions", "transactions-recall": "https://cashbox.cash/api/transactions/recall", "transactions-images-list": "https://cashbox.cash/api/transactions/images" } }