Introduction
Basic Usage
The Kaunt Management API provides programmatic access to manage key resources such as tenants, API keys, webhooks, and more. These are the same resources available through our Partner Portal, giving you flexibility to manage settings either via UI or API. Operating at the partner level, this API is designed to configure and maintain settings that apply across Kaunt’s suite of products, enabling seamless integration and centralized control for partners.
Introduction
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