Skip to main content

Introduction

The finoOS API provides a secure and reliable way to access financial services powered by fino.

After obtaining a client identifier and a client secret, you can start using the finoOS API as described in the following sections of this documentation. If you are interested in using finoOS and haven't obtained access yet, please contact our team to get started.

Access to the different features of the finoOS API is controlled via Scopes. Each scope grants access to a specific set of endpoints for a given domain, such as banking, categorization, or other analytics features.

For more details, see the Scopes section. If you are unsure which scopes are required for your use case, please contact our team.

Environments

All API endpoints are available in the following environments:

  • Test: https://os.test.fino.cloud/api
  • Production: https://os.fino.cloud/api

Legacy API Documentation

If you used finoOS previously to v1.21.0 you might be familiar with the legacy API documentation available at Legacy API. Although everything from the legacy documentation is still valid we did removed some fields, endpoints as they are marked deprecated and might be removed in the future.

Therefore, we recommend using the new documentation for all your integration needs.