Skip to main content
GET
Get Campaign Details
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.

Path Parameters

string
required
The unique identifier of the company that owns the campaign
string
required
The unique identifier of the campaign to retrieve details for

Response

string
Unique campaign identifier
string
Company identifier this campaign belongs to
string
Campaign name
string
Detailed campaign description
string
Campaign start date (YYYY-MM-DD)
string
Campaign end date (YYYY-MM-DD)
string
Current campaign status
string
URL to campaign image asset
string
ID of the user who created the campaign
string
ID of the user who last updated the campaign
string
Campaign creation timestamp
string
Campaign last update timestamp
string
Deletion timestamp (null for active campaigns)
array
List of stores linked to this campaign
array
List of promotions associated with this campaign
object
Campaign performance analytics

Example Response

Since no specific response was provided, here’s the expected comprehensive structure:
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.

Use Cases

Campaign Editing
  • Retrieve current campaign configuration for editing
  • View all campaign settings before making changes
  • Understand campaign scope and associations
Performance Analysis
  • Analyze campaign effectiveness and ROI
  • Compare performance across different campaigns
  • Identify successful campaign elements
Administrative Oversight
  • Review campaign compliance and settings
  • Audit campaign changes and history
  • Monitor campaign associations and relationships
Customer Service
  • Answer customer questions about active campaigns
  • Understand promotion details for support inquiries
  • Verify campaign eligibility and requirements

Error Responses

Campaign Not Found
Company Mismatch
Access Denied
Sensitive Information: Campaign details may include sensitive business information. Ensure proper access controls are in place when displaying this data.