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:
- Sending orders for reconciliation.
- Submitting financial releases (transactions).
Operations
Our API follows REST principles and supports the following HTTP methods:
| Method | Description |
|---|---|
| GET | Retrieves resource information. |
| POST | Creates a new resource. |
| DELETE | Removes a resource. |
| PUT | Updates a resource. |
Integration Prerequisites
To start using our API, you will need:
- Access Token – Obtain a valid authentication key through our platform.
- Technical Knowledge – Familiarity with our data structure and reconciliation business rules is essential.
- 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.