Skip to main content

Getting Started with the API

This page provides the essential steps to begin integrating with the Koncili API.


The Koncili API streamlines your integration by enabling:

  1. Sending orders for reconciliation.
  2. Submitting financial releases (transactions).

Operations

Our API follows REST principles and supports the following HTTP methods:

MethodDescription
GETRetrieves resource information.
POSTCreates a new resource.
DELETERemoves a resource.
PUTUpdates a resource.

Integration Prerequisites

To start using our API, you will need:

  1. Access Token – Obtain a valid authentication key through our platform.
  2. Technical Knowledge – Familiarity with our data structure and reconciliation business rules is essential.
  3. Testing Environment – Use our sandbox environment to develop and validate your integration before moving to production.

Authentication

All requests must include the following mandatory headers:

  • gumgaToken: The seller's authentication token provided by Koncili.

When accessing the Marketplace API, the following header is also required:

  • integrator: A unique UUID identifying the integrator.