Finmei Public API
The Finmei API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.
To get your authorization token please go to https://app.finmei.com, login and select Settings -> Integrations. In this page you can generate your API tokens. The token will be shown only once.
Each API token is assigned to a specific business and can't be used to retrieve information about other businesses in the same account.
Expenses
GETList Expenses
POSTCreate Expense
For this request please use multipart/form-data
content type. Note that this endpoint is different than most of other our endpoints which doesn't include file fields.
PUTUpdate Expense
Using this endpoint you can update expense fields. To update the invoice/bill file please use the Update Expense File endpoint.