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/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "accounts": {
        "account-icons": "https://cashbox.cash/api/accounts/icons?format=api",
        "account-list": "https://cashbox.cash/api/accounts?format=api",
        "account-types": "https://cashbox.cash/api/accounts/types?format=api"
    },
    "anlysis": {
        "analysis-root": "https://cashbox.cash/api/analysis?format=api",
        "analysis-expenses": "https://cashbox.cash/api/analysis/expenses?format=api",
        "analysis-income": "https://cashbox.cash/api/analysis/income?format=api",
        "analysis-cashflow": "https://cashbox.cash/api/analysis/cashflow?format=api"
    },
    "authentication and user management": {
        "api-current-user": "https://cashbox.cash/api/users/current?format=api",
        "api-login": "https://cashbox.cash/api/auth/login?format=api",
        "api-logout": "https://cashbox.cash/api/auth/logout?format=api",
        "api-signup": "https://cashbox.cash/api/auth/signup?format=api",
        "devices-list": "https://cashbox.cash/api/users/current/devices?format=api",
        "email-confirmation": "https://cashbox.cash/api/users/current/email-confirmation?format=api",
        "email-password-update": "https://cashbox.cash/api/users/current/email-password?format=api",
        "invitations-list": "https://cashbox.cash/api/invitations?format=api",
        "preferences": "https://cashbox.cash/api/users/current/preferences?format=api",
        "update-user-photo": "https://cashbox.cash/api/users/current/photo?format=api",
        "user-referral": "https://cashbox.cash/api/userreferrals?format=api"
    },
    "categories": {
        "category-images": "https://cashbox.cash/api/categories/images?format=api",
        "category-list": "https://cashbox.cash/api/categories?format=api",
        "sub-categories-list": "https://cashbox.cash/api/sub-categories?format=api"
    },
    "currency": {
        "currency-list": "https://cashbox.cash/api/currency?format=api",
        "exchangerates-list": "https://cashbox.cash/api/exchangerates?format=api"
    },
    "meta": {
        "api-root": "https://cashbox.cash/api/?format=api",
        "api-versions": "https://cashbox.cash/api/versions?format=api"
    },
    "other": {
        "project-list": "https://cashbox.cash/api/projects?format=api",
        "recurrence-list": "https://cashbox.cash/api/recurrence?format=api",
        "sync": "https://cashbox.cash/api/sync?format=api",
        "tag-list": "https://cashbox.cash/api/tags?format=api"
    },
    "payment": {
        "braintree-client-token": "https://cashbox.cash/api/users/current/client-token/braintree?format=api",
        "paymentmethods-default": "https://cashbox.cash/api/paymentmethods-default?format=api",
        "paymentmethods-list": "https://cashbox.cash/api/paymentmethods?format=api",
        "subscription-plans": "https://cashbox.cash/api/subscription-plans?format=api",
        "subscriptions-list": "https://cashbox.cash/api/subscriptions-list?format=api",
        "webhook-braintree": "https://cashbox.cash/api/webhooks/braintree?format=api"
    },
    "sync": {
        "sync": "https://cashbox.cash/api/sync?format=api"
    },
    "transactions": {
        "transactions-list": "https://cashbox.cash/api/transactions?format=api",
        "transactions-recall": "https://cashbox.cash/api/transactions/recall?format=api",
        "transactions-images-list": "https://cashbox.cash/api/transactions/images?format=api"
    }
}