Skip to main content

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:
Authorization: Bearer YOUR_API_TOKEN

Error Codes

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