Overview
Integrations are custom-built solutions that connect external services or systems to the Finqu platform using our REST API. These integrations allow you to automate workflows, synchronize data, or extend the platform’s capabilities to fit your business needs.
How Integrations Work
Integrations interact with Finqu by making HTTP requests to our REST API endpoints. You can find detailed information about available endpoints and their usage in the REST API documentation.
Getting Started
To start building an integration, you need to obtain API keys for OAuth authentication. These keys can be generated from the merchant’s admin area. Once you have the keys, you can authenticate your integration and begin making API requests.
For more details on authentication, see the REST API Authentication guide.