---
**📚 Main Documentation:** [Hoko API Documentation (llms.txt)](https://hoko.to/docs/llms.txt)
This is an individual endpoint documentation file. For the complete API reference, see the main documentation above.
---
# Introduction
Create, read, update, and delete partners for attribution tracking and commission management.
**Category:** Partners
## Overview

Partners help track attribution and commission data for affiliate programs, referral systems, and partner marketing campaigns. Associate partners with links to automatically attribute clicks and conversions to the correct partner.

Use partners to track which affiliates or referral sources are driving traffic and conversions, calculate commissions, and measure partner performance. Each partner can be associated with multiple links, enabling comprehensive attribution tracking across your marketing channels.

The Partners API provides full CRUD operations for managing your partner database. Create partners, update their information, and track their performance through associated links and conversions.

- (GET) Retrieve partners with pagination and filtering
- (POST) Create one or more partners with contact information
- (PUT) Update existing partners or create new ones with upsert
- (DELETE) Soft delete partners while preserving attribution data

> **Tip: Partner Attribution**
> Associate partners with links using the partnerId field when creating or updating links. This enables automatic attribution of clicks and conversions to the correct partner, making it easy to track partner performance and calculate commissions.

---

**Back to main documentation:** [Hoko API Documentation (llms.txt)](https://hoko.to/docs/llms.txt)