Introduction

Welcome to Nuvio API Reference documentation! Here you'll find all the documentation you need to get up and running with the Nuvio API.

Nuvio API is still in beta. Until we publish a stable release, there might be some breaking changes or bugs. We aim to collect feedback from the beta users during this time period and create the flawless API to provide an integrated finance platform. Thank you for your support ❤️

The Nuvio API can be used to integrate your data either from Nuvio to any external system or from any external system into the Nuvio. Using the navigation on the left, you'll find details of Nuvio API usage and endpoints.

Conventions

The base URL to send all API requests is https://api.nuvio.io. HTTPS is required for all API requests.

The Nuvio API follows RESTful conventions when possible, with most operations performed via GET, POST, PATCH, and DELETE requests. Request and response bodies are encoded as JSON.

JSON conventions

  • Property names are in camelCase (not snake_case or kebab-case).

  • Every response body have "success" and "error" fields. For each successful request, success field gets "true", and for each failed request success field gets "false". When request fails, error field will have detailed error massage. Check Errors page for specific error codes.

Last updated