This page will help you get started with Konvex Universal API for finance, banking and accounting.

Get started with Konvex

alt text

The Konvex API is crafted to streamline tech team development processes by enabling connection and querying of endpoints from various accounting and ERP software through a unified interface. This translates to enhanced efficiency, improved focus, and cost and infrastructure savings.
🎉 We are thrilled to offer our services at your disposal.

With our API, you can develop various functionalities:

  • Retrieve financial reports from numerous e-commerce platforms, ERPs, or accounting software.
  • Generate financial transactions across multiple accounting software or ERPs.
  • Acquire transactional data from different e-commerce sites, accounting software, or ERPs.

Our API adheres to REST principles, ensuring simplified connections and development. It utilizes HTTP methods (GET, POST, PUT, and PATCH) to access resources. The system processes requests and returns responses in a format that's easily compressible.

curl --location 'https://api.getkonvex.com/core/api/report/financial' \
--header 'X-Secret: b7a67ef6-b898-46ce-a9d8-d34bd534d9c4:8dd0e851bada1235917f46f38d6b4726fe7ce2f519404450a8b6e0ffb95b8916d718397665fdfe23840124dcfadc71a5' \
--header 'Content-Type: application/json' \
--data-raw '{
    "user":"[email protected]",
    "token": "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",
    "software": "siigo",
    "period": "mes",
    "apikey": "MmVjNjUwN2UtNTFiNi00OGYzLTk1ZGQtOTU1ODg0zgyfjQwPUQ=",
    "secret": "eb169d9cb0e3c9c50ebe6e2b45470f29"
}'
{
  "code" : "401",
  "message" : "User or access_key are invalid"
}

The application supports data transfer in the JSON format. All responses are transmitted in JSON and are expected to be received in the same format.