Public Cause Data
gethttps://organization-subdomain.kindful.com/cause_slug.json
### Example ###
https://organization-subdomain.kindful.com/my-first-cause.json
--
Successful Response (200)
{
"cause": {
"name": "My First Cause",
"slug": "my-first-cause",
"goal_in_cents": 200000,
"total_raised_amount_in_cents": 466700,
"donate_url": "http://organization-subdomain.kindful.com/campaigns/1234?cause_id=1234",
"teams": [
{
"name": "Dream Name",
"url": "http://organization-subdomain.kindful.com/my-first-cause/dream-name",
"donate_url": "http://organization-subdomain.kindful.com/campaigns/1234?team_donate_id=1234"
}
]
}
}
dataType: jsonp
Note: You can include a callback param with a function name, if desired.