> ## Documentation Index
> Fetch the complete documentation index at: https://developer.hubfluence.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Welcome to the Hubfluence API documentation

## Overview

The Hubfluence API provides a comprehensive set of endpoints for managing influencer campaigns, integrations with TikTok Shop, and email management. This documentation covers all available endpoints, their parameters, and expected responses.

## Authentication

All API endpoints require authentication using Bearer tokens. Include your API token in the Authorization header of your requests:

```bash
Authorization: Bearer YOUR_API_TOKEN
```

## Error Codes

| Code | Description                                      |
| ---- | ------------------------------------------------ |
| 400  | Bad Request - Invalid parameters or request body |
| 401  | Unauthorized - Missing or invalid authentication |
| 403  | Forbidden - Insufficient permissions             |
| 404  | Not Found - Resource doesn't exist               |
| 422  | Validation Error - Invalid data format           |
| 500  | Server Error - Internal server error             |
