Public Campaign Data
Will need the campaign's access token.
gethttp://example.com/campaigns/your-campaign-access-code-here.json
Successful Response (200)
{
"campaign": {
"name": "General",
"total_raised_amount_in_cents": 13093328,
"goal_amount_in_cents": 5000000
}
}
Note: There is a checkbox on the Admin Campaign Edit pages that allows organizations to turn on api access to the campaign's name, total_raised_amount_in_cents, and goal_amount_in_cents.
To enable this feature for your organization, please contact support@kindful.com.