get https://api.snappy.com/public-api/v2/campaigns//estimatedCost
Get the estimated cost for a campaign.
The estimated cost is used to calculate the budget for the campaign.
Log in to see full request history
Responses
Get the estimated cost for a campaign.
The estimated cost is used to calculate the budget for the campaign.
xxxxxxxxxx
curl --request GET \
--url https://api.snappy.com/public-api/v2/campaigns/campaignId/estimatedCost \
--header 'accept: application/json'
xxxxxxxxxx
10{
"campaignId": "abc12345",
"totalNumberOfGifts": 1,
"estimatedCost": {
"estimatedTotalCost": 100,
"estimatedTax": 0,
"estimatedFee": 0,
"budget": 100
}
}