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: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 |