This endpoint provides complete details for a specific campaign, including all configuration settings, associated store information, linked promotions, and performance analytics.
This endpoint returns the most comprehensive campaign information available, ideal for campaign editing, detailed analysis, and administrative oversight.
Complete Information: This endpoint provides the most comprehensive view of a campaign, including all related data needed for campaign management and analysis.
Performance Monitoring: Use the performance_metrics data to assess campaign effectiveness and make data-driven decisions about campaign optimization.
{ "error": "Campaign not found", "message": "The specified campaign does not exist", "code": "CAMPAIGN_NOT_FOUND"}
Company Mismatch
Copy
{ "error": "Campaign not found", "message": "Campaign does not belong to the specified company", "code": "CAMPAIGN_COMPANY_MISMATCH"}
Access Denied
Copy
{ "error": "Access denied", "message": "You do not have permission to view this campaign", "code": "ACCESS_DENIED"}
Sensitive Information: Campaign details may include sensitive business information. Ensure proper access controls are in place when displaying this data.