Get a Campaign
Returns a single campaign by ID, including its goals and the totals raised against them.
raisedAmount, totalGifts, totalDonors, totalVisitors, and conversionRate.Authorizations
JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
Path Parameters
The ID of the campaign.
Response
OK
Represents the detailed view of a campaign returned by create, update, and single-campaign retrieval endpoints.
The unique identifier of the campaign.
The name of the campaign.
The description of the campaign.
The date the campaign starts.
The date the campaign ends.
The length of the campaign in days.
Whether the campaign can sync to your CRM.
The key that links the campaign to the matching record in your CRM.
CRM URLs for this campaign grouped by integration type.
Whether the segment applies to recurring gifts.
The giving goal for the campaign in the organization base currency.
The giving goal formatted for display in the organization currency (for example "$10,000.00").
Whether the campaign has a giving goal.
The total amount raised by the campaign.
Percentage of the giving goal that has been raised (0–100).
The number of gifts the campaign aims to bring in.
Whether the campaign has a total gift goal.
The number of gifts recorded for the campaign.
Percentage of the gift count goal that has been reached (0–100).
The number of donors who have given to the campaign.
The target average gift amount in the organization base currency.
The target average gift amount formatted for display (for example "$100.00").
The actual average gift amount formatted for display.
Whether the campaign has an average gift goal.
The number of visitors recorded for the campaign.
The conversion rate for the campaign formatted as a percentage string (for example "12.3%").
The UTC date and time the campaign was created.
The UTC date and time the campaign was last modified.