Skip to main content

Introduction

The Kaunt Management API provides programmatic access to manage key resources such as tenants, API keys, webhooks, and more. It operates at the partner level and is designed to configure and maintain settings that apply across Kaunt’s suite of products, enabling seamless integration and centralized control for partners.

Partner Portal

The Kaunt Partner Portal is the web-based UI for managing the same resources exposed by this API. Any action you can perform in the Partner Portal — creating tenants, managing API keys, configuring webhooks — can also be done programmatically through the Management API, and vice versa. Use whichever approach fits your workflow: the Portal for manual operations, or the API for automation and integration into your own systems.

The Kaunt Management API is based on HTTPs and REST with JSON as the payload format. This means that you must usually add the following headers to your request:

Content-Type: application/json
Accept: application/json

For developers who have worked with REST APIs before, the experience of integrating into Kaunt will most likely be a familiar experience.

Before You Start

You will need:

  • A Kaunt partner account
  • A client ID and client secret for the Management API