Campaigns
Get Campaign
Returns the Campaign with the given ID.
get/shop/customers/campaigns/{campaignId}
Response
The campaign was successfully retrieved.
Example response
{
"data": {
"name": "Summer Promotion 2024",
"progress": 42.5,
"segment": {
"name": "Premium Members"
},
"status": "unsent"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.